Html Css Color HEX #904DCB Deep Lilac

📋 copy color: '#904DCB'

red 144 ◦ green 77 ◦ blue 203

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

Shades of Deep Lilac #904DCB

Tints of Deep Lilac #904DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.88%

R = 33.96%
G = 18.16%
B = 47.88%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#904DCB (or 0x904DCB) is known color: Deep Lilac. HEX triplet: 90, 4D and CB. RGB value is (144,77,203). Sum of RGB (Red+Green+Blue) = 144+77+203=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 77 (30.47% from 255 or 18.16% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #904DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904DCB is #6FB234. Grayscale: #6E6E6E. Windows color (decimal): -7320117 or 13323664. OLE color: 13323664.

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

Color convert

RGB 144 77 203 -
CMYK 0.29 0.62 0 0.20
HSL 271.9º 0.55% 0.55% -
HSV(B) 271.9º 0.62% 0.8% -
XYZ 24.93 15.55 58.19 -
YUV 111.4 179.7 151.25 -
System Red Green Blue C M Y K H S L
Decimal 144 77 203 0.29 0.62 0 0.20 271.9 0.55 0.55
Hex 90 4D CB 1D 3E 0 14 110 37 37
Octal 220 115 313 35 76 0 24 420 67 67
Binary 10010000 1001101 11001011 11101 111110 0 10100 100010000 110111 110111

Color Harmonies of #904DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904DCB

Black with #904DCB

Text Example


Text Example

White with #904DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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