Html Css Color HEX #9B4DAC Deep Lilac

📋 copy color: '#9B4DAC'

red 155 ◦ green 77 ◦ blue 172

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

Shades of Deep Lilac #9B4DAC

Tints of Deep Lilac #9B4DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.57%

R = 38.37%
G = 19.06%
B = 42.57%

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

#9B4DAC (or 0x9B4DAC) is known color: Deep Lilac. HEX triplet: 9B, 4D and AC. RGB value is (155,77,172). Sum of RGB (Red+Green+Blue) = 155+77+172=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B4DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B4DAC is #64B253. Grayscale: #6E6E6E. Windows color (decimal): -6599252 or 11292059. OLE color: 11292059.

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

Color convert

RGB 155 77 172 -
CMYK 0.10 0.55 0 0.33
HSL 289.26º 0.38% 0.49% -
HSV(B) 289.26º 0.55% 0.67% -
XYZ 23.62 15.25 40.73 -
YUV 111.15 162.34 159.28 -
System Red Green Blue C M Y K H S L
Decimal 155 77 172 0.10 0.55 0 0.33 289.26 0.38 0.49
Hex 9B 4D AC A 37 0 21 121 26 31
Octal 233 115 254 12 67 0 41 441 46 61
Binary 10011011 1001101 10101100 1010 110111 0 100001 100100001 100110 110001

Color Harmonies of #9B4DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4DAC

Black with #9B4DAC

Text Example


Text Example

White with #9B4DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,77,172); }

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

background-color css

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

 a { background-color: rgb(155,77,172); }

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

border-color css

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

 span { border-color: rgb(155,77,172); }

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