#904CC3

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

Shades of Deep Lilac #904CC3

Tints of Deep Lilac #904CC3

Color information

#904CC3 (or 0x904CC3) is unknown color: approx Deep Lilac. HEX triplet: 90, 4C and C3. RGB value is (144,76,195). Sum of RGB (Red+Green+Blue) = 144+76+195=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 76 (30.08% from 255 or 18.31% from 415); Blue value is 195 (76.56% from 255 or 46.99% from 415); Max value from RGB is 195 - color contains mainly: blue. Hex color #904CC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #904CC3 is #6FB33C. Grayscale: #6D6D6D. Windows color (decimal): -7320381 or 12799120. OLE color: 12799120.

HSL color Cylindrical-coordinate representation of color #904CC3: hue angle of 274.29º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #904CC3 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14476195-
CMYK0.260.6100.24
HSL274.29º49.79%53.14%-
HSV(B)274.29º61.03%76.47%-
XYZ23.9415.0453.27-
YUV109.9176.03152.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.70%
GREEN value IS 76 (30.08% from 255) = 18.31%
BLUE value IS 195 (76.56% from 255) = 46.99%
R=34.70%
G=18.31%
B=46.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal144761950.260.6100.24274.2949.7953.14
Hex904CC31A3D0181123235
Octal22011430332750304226265
Binary1001000010011001100001111010111101011000100010010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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