#904CBE

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

Shades of Deep Lilac #904CBE

Tints of Deep Lilac #904CBE

Color information

#904CBE (or 0x904CBE) is unknown color: approx Deep Lilac. HEX triplet: 90, 4C and BE. RGB value is (144,76,190). Sum of RGB (Red+Green+Blue) = 144+76+190=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #904CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #904CBE is #6FB341. Grayscale: #6C6C6C. Windows color (decimal): -7320386 or 12471440. OLE color: 12471440.

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

Color convert

RGB14476190-
CMYK0.240.6000.25
HSL275.79º46.72%52.16%-
HSV(B)275.79º60%74.51%-
XYZ23.3814.8250.34-
YUV109.33173.53152.73-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.12%
GREEN value IS 76 (30.08% from 255) = 18.54%
BLUE value IS 190 (74.61% from 255) = 46.34%
R=35.12%
G=18.54%
B=46.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal144761900.240.6000.25275.7946.7252.16
Hex904CBE183C0191142f34
Octal22011427630740314245764
Binary1001000010011001011111011000111100011001100010100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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