Html Css Color HEX #9B4CAA Deep Lilac

📋 copy color: '#9B4CAA'

red 155 ◦ green 76 ◦ blue 170

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

Shades of Deep Lilac #9B4CAA

Tints of Deep Lilac #9B4CAA

RGB

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

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

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

R = 38.65%
G = 18.95%
B = 42.39%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B4CAA (or 0x9B4CAA) is known color: Deep Lilac. HEX triplet: 9B, 4C and AA. RGB value is (155,76,170). Sum of RGB (Red+Green+Blue) = 155+76+170=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B4CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4CAA is #64B355. Grayscale: #6E6E6E. Windows color (decimal): -6599510 or 11160731. OLE color: 11160731.

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

Color convert

RGB 155 76 170 -
CMYK 0.09 0.55 0 0.33
HSL 290.43º 0.38% 0.48% -
HSV(B) 290.43º 0.55% 0.67% -
XYZ 23.36 15.04 39.7 -
YUV 110.34 161.67 159.86 -
System Red Green Blue C M Y K H S L
Decimal 155 76 170 0.09 0.55 0 0.33 290.43 0.38 0.48
Hex 9B 4C AA 9 37 0 21 122 26 30
Octal 233 114 252 11 67 0 41 442 46 60
Binary 10011011 1001100 10101010 1001 110111 0 100001 100100010 100110 110000

Color Harmonies of #9B4CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4CAA

Black with #9B4CAA

Text Example


Text Example

White with #9B4CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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