#9152A4

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

Shades of Deep Lilac #9152A4

Tints of Deep Lilac #9152A4

Color information

#9152A4 (or 0x9152A4) is unknown color: approx Deep Lilac. HEX triplet: 91, 52 and A4. RGB value is (145,82,164). Sum of RGB (Red+Green+Blue) = 145+82+164=391 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.08% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 164 (64.45% from 255 or 41.94% from 391); Max value from RGB is 164 - color contains mainly: blue. Hex color #9152A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9152A4 is #6EAD5B. Grayscale: #6D6D6D. Windows color (decimal): -7253340 or 10769041. OLE color: 10769041.

HSL color Cylindrical-coordinate representation of color #9152A4: hue angle of 286.1º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9152A4 is Cyan = 0.12, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14582164-
CMYK0.120.500.36
HSL286.1º33.33%48.24%-
HSV(B)286.1º50%64.31%-
XYZ21.414.7336.84-
YUV110.18158.37152.83-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.08%
GREEN value IS 82 (32.42% from 255) = 20.97%
BLUE value IS 164 (64.45% from 255) = 41.94%
R=37.08%
G=20.97%
B=41.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal145821640.120.500.36286.133.3348.24
Hex9152A4C3202411e2130
Octal22112224414620444364160
Binary1001000110100101010010011001100100100100100011110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9152A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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