#9152CA

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

Shades of Deep Lilac #9152CA

Tints of Deep Lilac #9152CA

Color information

#9152CA (or 0x9152CA) is unknown color: approx Deep Lilac. HEX triplet: 91, 52 and CA. RGB value is (145,82,202). Sum of RGB (Red+Green+Blue) = 145+82+202=429 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.80% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #9152CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9152CA is #6EAD35. Grayscale: #727272. Windows color (decimal): -7253302 or 13259409. OLE color: 13259409.

HSL color Cylindrical-coordinate representation of color #9152CA: hue angle of 271.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9152CA is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14582202-
CMYK0.280.5900.21
HSL271.5º53.1%55.69%-
HSV(B)271.5º59.41%79.22%-
XYZ25.3616.3257.69-
YUV114.52177.37149.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.80%
GREEN value IS 82 (32.42% from 255) = 19.11%
BLUE value IS 202 (79.30% from 255) = 47.09%
R=33.80%
G=19.11%
B=47.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal145822020.280.5900.21271.553.155.69
Hex9152CA1C3B0151103538
Octal22112231234730254206570
Binary1001000110100101100101011100111011010101100010000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9152CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9152CA; }

 p { color: rgb(145,82,202); }

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

<style>
 a { background-color: #9152CA; }

 a { background-color: rgb(145,82,202); }

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

<style>
 span { border-color: #9152CA; }

 span { border-color: rgb(145,82,202); }

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