Html Css Color HEX #904BAB Deep Lilac

📋 copy color: '#904BAB'

red 144 ◦ green 75 ◦ blue 171

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

Shades of Deep Lilac #904BAB

Tints of Deep Lilac #904BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.23%

 BLUE value IS 171 (67.19% from 255) = 43.85%

R = 36.92%
G = 19.23%
B = 43.85%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#904BAB (or 0x904BAB) is known color: Deep Lilac. HEX triplet: 90, 4B and AB. RGB value is (144,75,171). Sum of RGB (Red+Green+Blue) = 144+75+171=390 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.92% from 390); Green value is 75 (29.69% from 255 or 19.23% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #904BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #904BAB is #6FB454. Grayscale: #6A6A6A. Windows color (decimal): -7320661 or 11226000. OLE color: 11226000.

HSL color Cylindrical-coordinate representation of color #904BAB: hue angle of 283.12º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #904BAB is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 75 171 -
CMYK 0.16 0.56 0 0.33
HSL 283.13º 0.39% 0.48% -
HSV(B) 283.13º 0.56% 0.67% -
XYZ 21.37 13.9 40.09 -
YUV 106.58 164.36 154.69 -
System Red Green Blue C M Y K H S L
Decimal 144 75 171 0.16 0.56 0 0.33 283.13 0.39 0.48
Hex 90 4B AB 10 38 0 21 11B 27 30
Octal 220 113 253 20 70 0 41 433 47 60
Binary 10010000 1001011 10101011 10000 111000 0 100001 100011011 100111 110000

Color Harmonies of #904BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904BAB

Black with #904BAB

Text Example


Text Example

White with #904BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,75,171); }

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

background-color css

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

 a { background-color: rgb(144,75,171); }

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

border-color css

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

 span { border-color: rgb(144,75,171); }

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