Html Css Color HEX #904ECD Deep Lilac

📋 copy color: '#904ECD'

red 144 ◦ green 78 ◦ blue 205

#904ECD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #904ECD

Tints of Deep Lilac #904ECD

RGB

 RED value IS 144 (56.64% from 255) = 33.72%

 GREEN value IS 78 (30.86% from 255) = 18.27%

 BLUE value IS 205 (80.47% from 255) = 48.01%

R = 33.72%
G = 18.27%
B = 48.01%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#904ECD (or 0x904ECD) is known color: Deep Lilac. HEX triplet: 90, 4E and CD. RGB value is (144,78,205). Sum of RGB (Red+Green+Blue) = 144+78+205=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 78 (30.86% from 255 or 18.27% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #904ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904ECD is #6FB132. Grayscale: #6F6F6F. Windows color (decimal): -7319859 or 13454992. OLE color: 13454992.

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

Color convert

RGB 144 78 205 -
CMYK 0.30 0.62 0 0.20
HSL 271.18º 0.56% 0.55% -
HSV(B) 271.18º 0.62% 0.8% -
XYZ 25.25 15.79 59.47 -
YUV 112.21 180.37 150.67 -
System Red Green Blue C M Y K H S L
Decimal 144 78 205 0.30 0.62 0 0.20 271.18 0.56 0.55
Hex 90 4E CD 1E 3E 0 14 10F 38 37
Octal 220 116 315 36 76 0 24 417 70 67
Binary 10010000 1001110 11001101 11110 111110 0 10100 100001111 111000 110111

Color Harmonies of #904ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904ECD

Black with #904ECD

Text Example


Text Example

White with #904ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,78,205); }

 H1.HeaderClassName
 {
   color: #904ECD;
 }
 .AnyTagClassName
 {
   color: #904ECD;
 }
</style>

background-color css

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

 a { background-color: rgb(144,78,205); }

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

border-color css

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

 span { border-color: rgb(144,78,205); }

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