#9B52C0

Color #9B52C0 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9B52C0

Tints of Deep Lilac #9B52C0

Color information

#9B52C0 (or 0x9B52C0) is unknown color: approx Deep Lilac. HEX triplet: 9B, 52 and C0. RGB value is (155,82,192). Sum of RGB (Red+Green+Blue) = 155+82+192=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 192 - color contains mainly: blue. Hex color #9B52C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B52C0 is #64AD3F. Grayscale: #747474. Windows color (decimal): -6597952 or 12604059. OLE color: 12604059.

HSL color Cylindrical-coordinate representation of color #9B52C0: hue angle of 279.82º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B52C0 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15582192-
CMYK0.190.5700.25
HSL279.82º46.61%53.73%-
HSV(B)279.82º57.29%75.29%-
XYZ26.0516.8151.74-
YUV116.37170.68155.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.13%
GREEN value IS 82 (32.42% from 255) = 19.11%
BLUE value IS 192 (75.39% from 255) = 44.76%
R=36.13%
G=19.11%
B=44.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal155821920.190.5700.25279.8246.6153.73
Hex9B52C013390191182f36
Octal23312230023710314305766
Binary1001101110100101100000010011111001011001100011000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B52C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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