#9B39AC

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

Shades of Deep Lilac #9B39AC

Tints of Deep Lilac #9B39AC

Color information

#9B39AC (or 0x9B39AC) is unknown color: approx Deep Lilac. HEX triplet: 9B, 39 and AC. RGB value is (155,57,172). Sum of RGB (Red+Green+Blue) = 155+57+172=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B39AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B39AC is #64C653. Grayscale: #636363. Windows color (decimal): -6604372 or 11286939. OLE color: 11286939.

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

Color convert

RGB15557172-
CMYK0.100.6700.33
HSL291.13º50.22%44.9%-
HSV(B)291.13º66.86%67.45%-
XYZ22.4312.8740.33-
YUV99.41168.97167.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.36%
GREEN value IS 57 (22.66% from 255) = 14.84%
BLUE value IS 172 (67.58% from 255) = 44.79%
R=40.36%
G=14.84%
B=44.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155571720.100.6700.33291.1350.2244.9
Hex9B39ACA43021123322d
Octal23371254121030414436255
Binary1001101111100110101100101010000110100001100100011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B39AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,57,172); }

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

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

 a { background-color: rgb(155,57,172); }

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

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

 span { border-color: rgb(155,57,172); }

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