Html Css Color HEX #904CAF Deep Lilac

📋 copy color: '#904CAF'

red 144 ◦ green 76 ◦ blue 175

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

Shades of Deep Lilac #904CAF

Tints of Deep Lilac #904CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.3%

R = 36.46%
G = 19.24%
B = 44.3%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#904CAF (or 0x904CAF) is known color: Deep Lilac. HEX triplet: 90, 4C and AF. RGB value is (144,76,175). Sum of RGB (Red+Green+Blue) = 144+76+175=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #904CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #904CAF is #6FB350. Grayscale: #6B6B6B. Windows color (decimal): -7320401 or 11488400. OLE color: 11488400.

HSL color Cylindrical-coordinate representation of color #904CAF: hue angle of 281.21º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #904CAF is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 144 76 175 -
CMYK 0.18 0.57 0 0.31
HSL 281.21º 0.39% 0.49% -
HSV(B) 281.21º 0.57% 0.69% -
XYZ 21.82 14.19 42.15 -
YUV 107.62 166.03 153.95 -
System Red Green Blue C M Y K H S L
Decimal 144 76 175 0.18 0.57 0 0.31 281.21 0.39 0.49
Hex 90 4C AF 12 39 0 1F 119 27 31
Octal 220 114 257 22 71 0 37 431 47 61
Binary 10010000 1001100 10101111 10010 111001 0 11111 100011001 100111 110001

Color Harmonies of #904CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904CAF

Black with #904CAF

Text Example


Text Example

White with #904CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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