#9B5ABF

Color #9B5ABF Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9B5ABF

Tints of Deep Lilac #9B5ABF

Color information

#9B5ABF (or 0x9B5ABF) is unknown color: approx Deep Lilac. HEX triplet: 9B, 5A and BF. RGB value is (155,90,191). Sum of RGB (Red+Green+Blue) = 155+90+191=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B5ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5ABF is #64A540. Grayscale: #787878. Windows color (decimal): -6595905 or 12540571. OLE color: 12540571.

HSL color Cylindrical-coordinate representation of color #9B5ABF: hue angle of 278.61º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B5ABF is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15590191-
CMYK0.190.5300.25
HSL278.61º44.1%55.1%-
HSV(B)278.61º52.88%74.9%-
XYZ26.5818.0451.37-
YUV120.95167.53152.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.55%
GREEN value IS 90 (35.55% from 255) = 20.64%
BLUE value IS 191 (75% from 255) = 43.81%
R=35.55%
G=20.64%
B=43.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal155901910.190.5300.25278.6144.155.1
Hex9B5ABF13350191172c37
Octal23313227723650314275467
Binary1001101110110101011111110011110101011001100010111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B5ABF;
 }
 .AnyTagClassName
 {
   color: #9B5ABF;
 }
</style>
background-color css

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

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

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

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

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

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