Html Css Color HEX #904FCB Deep Lilac

📋 copy color: '#904FCB'

red 144 ◦ green 79 ◦ blue 203

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

Shades of Deep Lilac #904FCB

Tints of Deep Lilac #904FCB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.54%

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

R = 33.8%
G = 18.54%
B = 47.65%

CMYK

 C value IS 0.29

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#904FCB (or 0x904FCB) is known color: Deep Lilac. HEX triplet: 90, 4F and CB. RGB value is (144,79,203). Sum of RGB (Red+Green+Blue) = 144+79+203=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #904FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904FCB is #6FB034. Grayscale: #707070. Windows color (decimal): -7319605 or 13324176. OLE color: 13324176.

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

Color convert

RGB 144 79 203 -
CMYK 0.29 0.61 0 0.20
HSL 271.45º 0.54% 0.55% -
HSV(B) 271.45º 0.61% 0.8% -
XYZ 25.08 15.83 58.23 -
YUV 112.57 179.03 150.42 -
System Red Green Blue C M Y K H S L
Decimal 144 79 203 0.29 0.61 0 0.20 271.45 0.54 0.55
Hex 90 4F CB 1D 3D 0 14 10F 36 37
Octal 220 117 313 35 75 0 24 417 66 67
Binary 10010000 1001111 11001011 11101 111101 0 10100 100001111 110110 110111

Color Harmonies of #904FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904FCB

Black with #904FCB

Text Example


Text Example

White with #904FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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