Html Css Color HEX #904DCD Deep Lilac

📋 copy color: '#904DCD'

red 144 ◦ green 77 ◦ blue 205

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

Shades of Deep Lilac #904DCD

Tints of Deep Lilac #904DCD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.08%

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

R = 33.8%
G = 18.08%
B = 48.12%

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

#904DCD (or 0x904DCD) is known color: Deep Lilac. HEX triplet: 90, 4D and CD. RGB value is (144,77,205). Sum of RGB (Red+Green+Blue) = 144+77+205=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #904DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904DCD is #6FB232. Grayscale: #6F6F6F. Windows color (decimal): -7320115 or 13454736. OLE color: 13454736.

HSL color Cylindrical-coordinate representation of color #904DCD: hue angle of 271.41º 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 #904DCD is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 77 205 -
CMYK 0.30 0.62 0 0.20
HSL 271.41º 0.56% 0.55% -
HSV(B) 271.41º 0.62% 0.8% -
XYZ 25.17 15.64 59.45 -
YUV 111.63 180.7 151.09 -
System Red Green Blue C M Y K H S L
Decimal 144 77 205 0.30 0.62 0 0.20 271.41 0.56 0.55
Hex 90 4D CD 1E 3E 0 14 10F 38 37
Octal 220 115 315 36 76 0 24 417 70 67
Binary 10010000 1001101 11001101 11110 111110 0 10100 100001111 111000 110111

Color Harmonies of #904DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904DCD

Black with #904DCD

Text Example


Text Example

White with #904DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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