Html Css Color HEX #904CB2 Deep Lilac

📋 copy color: '#904CB2'

red 144 ◦ green 76 ◦ blue 178

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

Shades of Deep Lilac #904CB2

Tints of Deep Lilac #904CB2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.1%

 BLUE value IS 178 (69.92% from 255) = 44.72%

R = 36.18%
G = 19.1%
B = 44.72%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#904CB2 (or 0x904CB2) is known color: Deep Lilac. HEX triplet: 90, 4C and B2. RGB value is (144,76,178). Sum of RGB (Red+Green+Blue) = 144+76+178=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 178 (69.92% from 255 or 44.72% from 398); Max value from RGB is 178 - color contains mainly: blue. Hex color #904CB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #904CB2 is #6FB34D. Grayscale: #6B6B6B. Windows color (decimal): -7320398 or 11685008. OLE color: 11685008.

HSL color Cylindrical-coordinate representation of color #904CB2: hue angle of 280º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #904CB2 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 144 76 178 -
CMYK 0.19 0.57 0 0.30
HSL 280º 0.4% 0.5% -
HSV(B) 280º 0.57% 0.7% -
XYZ 22.12 14.31 43.72 -
YUV 107.96 167.53 153.71 -
System Red Green Blue C M Y K H S L
Decimal 144 76 178 0.19 0.57 0 0.30 280 0.4 0.5
Hex 90 4C B2 13 39 0 1E 118 28 32
Octal 220 114 262 23 71 0 36 430 50 62
Binary 10010000 1001100 10110010 10011 111001 0 11110 100011000 101000 110010

Color Harmonies of #904CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904CB2

Black with #904CB2

Text Example


Text Example

White with #904CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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