#904CBB

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

Shades of Deep Lilac #904CBB

Tints of Deep Lilac #904CBB

Color information

#904CBB (or 0x904CBB) is unknown color: approx Deep Lilac. HEX triplet: 90, 4C and BB. RGB value is (144,76,187). Sum of RGB (Red+Green+Blue) = 144+76+187=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #904CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #904CBB is #6FB344. Grayscale: #6C6C6C. Windows color (decimal): -7320389 or 12274832. OLE color: 12274832.

HSL color Cylindrical-coordinate representation of color #904CBB: hue angle of 276.76º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #904CBB is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14476187-
CMYK0.230.5900.27
HSL276.76º44.94%51.57%-
HSV(B)276.76º59.36%73.33%-
XYZ23.0614.6948.63-
YUV108.99172.03152.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.38%
GREEN value IS 76 (30.08% from 255) = 18.67%
BLUE value IS 187 (73.44% from 255) = 45.95%
R=35.38%
G=18.67%
B=45.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal144761870.230.5900.27276.7644.9451.57
Hex904CBB173B01B1152d34
Octal22011427327730334255564
Binary1001000010011001011101110111111011011011100010101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904CBB; }

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

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

<style>
 a { background-color: #904CBB; }

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

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

<style>
 span { border-color: #904CBB; }

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

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