Html Css Color HEX #9B55AB Deep Lilac

📋 copy color: '#9B55AB'

red 155 ◦ green 85 ◦ blue 171

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

Shades of Deep Lilac #9B55AB

Tints of Deep Lilac #9B55AB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.68%

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

R = 37.71%
G = 20.68%
B = 41.61%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B55AB (or 0x9B55AB) is known color: Deep Lilac. HEX triplet: 9B, 55 and AB. RGB value is (155,85,171). Sum of RGB (Red+Green+Blue) = 155+85+171=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B55AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B55AB is #64AA54. Grayscale: #737373. Windows color (decimal): -6597205 or 11228571. OLE color: 11228571.

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

Color convert

RGB 155 85 171 -
CMYK 0.09 0.50 0 0.33
HSL 288.84º 0.34% 0.5% -
HSV(B) 288.84º 0.5% 0.67% -
XYZ 24.12 16.41 40.42 -
YUV 115.73 159.19 156.01 -
System Red Green Blue C M Y K H S L
Decimal 155 85 171 0.09 0.50 0 0.33 288.84 0.34 0.5
Hex 9B 55 AB 9 32 0 21 121 22 32
Octal 233 125 253 11 62 0 41 441 42 62
Binary 10011011 1010101 10101011 1001 110010 0 100001 100100001 100010 110010

Color Harmonies of #9B55AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B55AB

Black with #9B55AB

Text Example


Text Example

White with #9B55AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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