#9051BB

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

Shades of Deep Lilac #9051BB

Tints of Deep Lilac #9051BB

Color information

#9051BB (or 0x9051BB) is unknown color: approx Deep Lilac. HEX triplet: 90, 51 and BB. RGB value is (144,81,187). Sum of RGB (Red+Green+Blue) = 144+81+187=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #9051BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9051BB is #6FAE44. Grayscale: #6F6F6F. Windows color (decimal): -7319109 or 12276112. OLE color: 12276112.

HSL color Cylindrical-coordinate representation of color #9051BB: hue angle of 275.66º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9051BB is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14481187-
CMYK0.230.5700.27
HSL275.66º43.8%52.55%-
HSV(B)275.66º56.68%73.33%-
XYZ23.4115.448.75-
YUV111.92170.37150.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.95%
GREEN value IS 81 (32.03% from 255) = 19.66%
BLUE value IS 187 (73.44% from 255) = 45.39%
R=34.95%
G=19.66%
B=45.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal144811870.230.5700.27275.6643.852.55
Hex9051BB173901B1142c35
Octal22012127327710334245465
Binary1001000010100011011101110111111001011011100010100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9051BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9051BB; }

 p { color: rgb(144,81,187); }

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

<style>
 a { background-color: #9051BB; }

 a { background-color: rgb(144,81,187); }

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

<style>
 span { border-color: #9051BB; }

 span { border-color: rgb(144,81,187); }

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