Html Css Color HEX #9B4BAB Deep Lilac

📋 copy color: '#9B4BAB'

red 155 ◦ green 75 ◦ blue 171

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

Shades of Deep Lilac #9B4BAB

Tints of Deep Lilac #9B4BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.7%

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

R = 38.65%
G = 18.7%
B = 42.64%

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

#9B4BAB (or 0x9B4BAB) is known color: Deep Lilac. HEX triplet: 9B, 4B and AB. RGB value is (155,75,171). Sum of RGB (Red+Green+Blue) = 155+75+171=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B4BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4BAB is #64B454. Grayscale: #6D6D6D. Windows color (decimal): -6599765 or 11226011. OLE color: 11226011.

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

Color convert

RGB 155 75 171 -
CMYK 0.09 0.56 0 0.33
HSL 290º 0.39% 0.48% -
HSV(B) 290º 0.56% 0.67% -
XYZ 23.38 14.94 40.18 -
YUV 109.86 162.5 160.19 -
System Red Green Blue C M Y K H S L
Decimal 155 75 171 0.09 0.56 0 0.33 290 0.39 0.48
Hex 9B 4B AB 9 38 0 21 122 27 30
Octal 233 113 253 11 70 0 41 442 47 60
Binary 10011011 1001011 10101011 1001 111000 0 100001 100100010 100111 110000

Color Harmonies of #9B4BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4BAB

Black with #9B4BAB

Text Example


Text Example

White with #9B4BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,75,171); }

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

background-color css

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

 a { background-color: rgb(155,75,171); }

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

border-color css

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

 span { border-color: rgb(155,75,171); }

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