Html Css Color HEX #9B4CAC Deep Lilac

📋 copy color: '#9B4CAC'

red 155 ◦ green 76 ◦ blue 172

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

Shades of Deep Lilac #9B4CAC

Tints of Deep Lilac #9B4CAC

RGB

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

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

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

R = 38.46%
G = 18.86%
B = 42.68%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B4CAC (or 0x9B4CAC) is known color: Deep Lilac. HEX triplet: 9B, 4C and AC. RGB value is (155,76,172). Sum of RGB (Red+Green+Blue) = 155+76+172=403 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.46% from 403); Green value is 76 (30.08% from 255 or 18.86% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B4CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4CAC is #64B353. Grayscale: #6E6E6E. Windows color (decimal): -6599508 or 11291803. OLE color: 11291803.

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

Color convert

RGB 155 76 172 -
CMYK 0.10 0.56 0 0.33
HSL 289.38º 0.39% 0.49% -
HSV(B) 289.38º 0.56% 0.67% -
XYZ 23.55 15.12 40.71 -
YUV 110.57 162.67 159.69 -
System Red Green Blue C M Y K H S L
Decimal 155 76 172 0.10 0.56 0 0.33 289.38 0.39 0.49
Hex 9B 4C AC A 38 0 21 121 27 31
Octal 233 114 254 12 70 0 41 441 47 61
Binary 10011011 1001100 10101100 1010 111000 0 100001 100100001 100111 110001

Color Harmonies of #9B4CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4CAC

Black with #9B4CAC

Text Example


Text Example

White with #9B4CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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