Html Css Color HEX #9A4DAB Deep Lilac

📋 copy color: '#9A4DAB'

red 154 ◦ green 77 ◦ blue 171

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

Shades of Deep Lilac #9A4DAB

Tints of Deep Lilac #9A4DAB

RGB

 RED value IS 154 (60.55% from 255) = 38.31%

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

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

R = 38.31%
G = 19.15%
B = 42.54%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A4DAB (or 0x9A4DAB) is known color: Deep Lilac. HEX triplet: 9A, 4D and AB. RGB value is (154,77,171). Sum of RGB (Red+Green+Blue) = 154+77+171=402 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.31% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A4DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A4DAB is #65B254. Grayscale: #6E6E6E. Windows color (decimal): -6664789 or 11226522. OLE color: 11226522.

HSL color Cylindrical-coordinate representation of color #9A4DAB: hue angle of 289.15º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A4DAB is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 77 171 -
CMYK 0.10 0.55 0 0.33
HSL 289.15º 0.38% 0.49% -
HSV(B) 289.15º 0.55% 0.67% -
XYZ 23.33 15.12 40.22 -
YUV 110.74 162.01 158.86 -
System Red Green Blue C M Y K H S L
Decimal 154 77 171 0.10 0.55 0 0.33 289.15 0.38 0.49
Hex 9A 4D AB A 37 0 21 121 26 31
Octal 232 115 253 12 67 0 41 441 46 61
Binary 10011010 1001101 10101011 1010 110111 0 100001 100100001 100110 110001

Color Harmonies of #9A4DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4DAB

Black with #9A4DAB

Text Example


Text Example

White with #9A4DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A4DAB; }

 p { color: rgb(154,77,171); }

 H1.HeaderClassName
 {
   color: #9A4DAB;
 }
 .AnyTagClassName
 {
   color: #9A4DAB;
 }
</style>

background-color css

<style>
 a { background-color: #9A4DAB; }

 a { background-color: rgb(154,77,171); }

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

border-color css

<style>
 span { border-color: #9A4DAB; }

 span { border-color: rgb(154,77,171); }

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