#904BBE

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

Shades of Deep Lilac #904BBE

Tints of Deep Lilac #904BBE

Color information

#904BBE (or 0x904BBE) is unknown color: approx Deep Lilac. HEX triplet: 90, 4B and BE. RGB value is (144,75,190). Sum of RGB (Red+Green+Blue) = 144+75+190=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #904BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #904BBE is #6FB441. Grayscale: #6C6C6C. Windows color (decimal): -7320642 or 12471184. OLE color: 12471184.

HSL color Cylindrical-coordinate representation of color #904BBE: hue angle of 276º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #904BBE is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14475190-
CMYK0.240.6100.25
HSL276º46.94%51.96%-
HSV(B)276º60.53%74.51%-
XYZ23.3114.6850.32-
YUV108.74173.86153.15-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.21%
GREEN value IS 75 (29.69% from 255) = 18.34%
BLUE value IS 190 (74.61% from 255) = 46.45%
R=35.21%
G=18.34%
B=46.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal144751900.240.6100.2527646.9451.96
Hex904BBE183D0191142f34
Octal22011327630750314245764
Binary1001000010010111011111011000111101011001100010100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,75,190); }

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

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

 a { background-color: rgb(144,75,190); }

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

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

 span { border-color: rgb(144,75,190); }

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