#904ACB

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

Shades of Deep Lilac #904ACB

Tints of Deep Lilac #904ACB

Color information

#904ACB (or 0x904ACB) is unknown color: approx Deep Lilac. HEX triplet: 90, 4A and CB. RGB value is (144,74,203). Sum of RGB (Red+Green+Blue) = 144+74+203=421 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.20% from 421); Green value is 74 (29.30% from 255 or 17.58% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #904ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #904ACB is #6FB534. Grayscale: #6D6D6D. Windows color (decimal): -7320885 or 13322896. OLE color: 13322896.

HSL color Cylindrical-coordinate representation of color #904ACB: hue angle of 272.56º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #904ACB is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14474203-
CMYK0.290.6400.20
HSL272.56º55.36%54.31%-
HSV(B)272.56º63.55%79.61%-
XYZ24.7315.1458.12-
YUV109.64180.69152.51-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.20%
GREEN value IS 74 (29.30% from 255) = 17.58%
BLUE value IS 203 (79.69% from 255) = 48.22%
R=34.20%
G=17.58%
B=48.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal144742030.290.6400.20272.5655.3654.31
Hex904ACB1D400141113736
Octal220112313351000244216766
Binary10010000100101011001011111011000000010100100010001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,74,203); }

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

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

 a { background-color: rgb(144,74,203); }

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

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

 span { border-color: rgb(144,74,203); }

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