#9B58B9

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

Shades of Deep Lilac #9B58B9

Tints of Deep Lilac #9B58B9

Color information

#9B58B9 (or 0x9B58B9) is unknown color: approx Deep Lilac. HEX triplet: 9B, 58 and B9. RGB value is (155,88,185). Sum of RGB (Red+Green+Blue) = 155+88+185=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 185 (72.66% from 255 or 43.22% from 428); Max value from RGB is 185 - color contains mainly: blue. Hex color #9B58B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B58B9 is #64A746. Grayscale: #767676. Windows color (decimal): -6596423 or 12146843. OLE color: 12146843.

HSL color Cylindrical-coordinate representation of color #9B58B9: hue angle of 281.44º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B58B9 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15588185-
CMYK0.160.5200.27
HSL281.44º40.93%53.53%-
HSV(B)281.44º52.43%72.55%-
XYZ25.7617.4547.91-
YUV119.09165.2153.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.21%
GREEN value IS 88 (34.77% from 255) = 20.56%
BLUE value IS 185 (72.66% from 255) = 43.22%
R=36.21%
G=20.56%
B=43.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal155881850.160.5200.27281.4440.9353.53
Hex9B58B9103401B1192936
Octal23313027120640334315166
Binary1001101110110001011100110000110100011011100011001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B58B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,88,185); }

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

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

 a { background-color: rgb(155,88,185); }

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

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

 span { border-color: rgb(155,88,185); }

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