Html Css Color HEX #9B5AAB Deep Lilac

📋 copy color: '#9B5AAB'

red 155 ◦ green 90 ◦ blue 171

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

Shades of Deep Lilac #9B5AAB

Tints of Deep Lilac #9B5AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.63%

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

R = 37.26%
G = 21.63%
B = 41.11%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B5AAB (or 0x9B5AAB) is known color: Deep Lilac. HEX triplet: 9B, 5A and AB. RGB value is (155,90,171). Sum of RGB (Red+Green+Blue) = 155+90+171=416 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.26% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B5AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5AAB is #64A554. Grayscale: #767676. Windows color (decimal): -6595925 or 11229851. OLE color: 11229851.

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

Color convert

RGB 155 90 171 -
CMYK 0.09 0.47 0 0.33
HSL 288.15º 0.33% 0.51% -
HSV(B) 288.15º 0.47% 0.67% -
XYZ 24.52 17.22 40.56 -
YUV 118.67 157.53 153.91 -
System Red Green Blue C M Y K H S L
Decimal 155 90 171 0.09 0.47 0 0.33 288.15 0.33 0.51
Hex 9B 5A AB 9 2F 0 21 120 21 33
Octal 233 132 253 11 57 0 41 440 41 63
Binary 10011011 1011010 10101011 1001 101111 0 100001 100100000 100001 110011

Color Harmonies of #9B5AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5AAB

Black with #9B5AAB

Text Example


Text Example

White with #9B5AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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