#9B52FA

Color #9B52FA Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9B52FA

Tints of Medium Purple #9B52FA

Color information

#9B52FA (or 0x9B52FA) is unknown color: approx Medium Purple. HEX triplet: 9B, 52 and FA. RGB value is (155,82,250). Sum of RGB (Red+Green+Blue) = 155+82+250=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 82 (32.42% from 255 or 16.84% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #9B52FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B52FA is #64AD05. Grayscale: #7A7A7A. Windows color (decimal): -6597894 or 16405147. OLE color: 16405147.

HSL color Cylindrical-coordinate representation of color #9B52FA: hue angle of 266.07º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B52FA is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15582250-
CMYK0.380.6700.02
HSL266.07º94.38%65.1%-
HSV(B)266.07º67.2%98.04%-
XYZ33.7919.9192.5-
YUV122.98199.68150.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 31.83%
GREEN value IS 82 (32.42% from 255) = 16.84%
BLUE value IS 250 (98.05% from 255) = 51.33%
R=31.83%
G=16.84%
B=51.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal155822500.380.6700.02266.0794.3865.1
Hex9B52FA26430210a5e41
Octal2331223724610302412136101
Binary10011011101001011111010100110100001101010000101010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B52FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B52FA; }

 p { color: rgb(155,82,250); }

 H1.HeaderClassName
 {
   color: #9B52FA;
 }
 .AnyTagClassName
 {
   color: #9B52FA;
 }
</style>
background-color css

<style>
 a { background-color: #9B52FA; }

 a { background-color: rgb(155,82,250); }

 div.DivClassName
 {
   background-color: #9B52FA;
 }
 .BgClassName
 {
   background-color: #9B52FA;
 }
</style>
border-color css

<style>
 span { border-color: #9B52FA; }

 span { border-color: rgb(155,82,250); }

 td.TdClassName
 {
   border-color: #9B52FA;
 }
 .TagClassName
 {
   border-color: #9B52FA;
 }
</style>