Html Css Color HEX #9B4AAA Deep Lilac

📋 copy color: '#9B4AAA'

red 155 ◦ green 74 ◦ blue 170

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

Shades of Deep Lilac #9B4AAA

Tints of Deep Lilac #9B4AAA

RGB

 RED value IS 155 (60.94% from 255) = 38.85%

 GREEN value IS 74 (29.3% from 255) = 18.55%

 BLUE value IS 170 (66.8% from 255) = 42.61%

R = 38.85%
G = 18.55%
B = 42.61%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B4AAA (or 0x9B4AAA) is known color: Deep Lilac. HEX triplet: 9B, 4A and AA. RGB value is (155,74,170). Sum of RGB (Red+Green+Blue) = 155+74+170=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B4AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4AAA is #64B555. Grayscale: #6C6C6C. Windows color (decimal): -6600022 or 11160219. OLE color: 11160219.

HSL color Cylindrical-coordinate representation of color #9B4AAA: hue angle of 290.62º 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 #9B4AAA is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 74 170 -
CMYK 0.09 0.56 0 0.33
HSL 290.63º 0.39% 0.48% -
HSV(B) 290.63º 0.56% 0.67% -
XYZ 23.22 14.77 39.66 -
YUV 109.16 162.34 160.69 -
System Red Green Blue C M Y K H S L
Decimal 155 74 170 0.09 0.56 0 0.33 290.63 0.39 0.48
Hex 9B 4A AA 9 38 0 21 123 27 30
Octal 233 112 252 11 70 0 41 443 47 60
Binary 10011011 1001010 10101010 1001 111000 0 100001 100100011 100111 110000

Color Harmonies of #9B4AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4AAA

Black with #9B4AAA

Text Example


Text Example

White with #9B4AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,74,170); }

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

background-color css

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

 a { background-color: rgb(155,74,170); }

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

border-color css

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

 span { border-color: rgb(155,74,170); }

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