#9B61AC

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

Shades of Deep Lilac #9B61AC

Tints of Deep Lilac #9B61AC

Color information

#9B61AC (or 0x9B61AC) is unknown color: approx Deep Lilac. HEX triplet: 9B, 61 and AC. RGB value is (155,97,172). Sum of RGB (Red+Green+Blue) = 155+97+172=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B61AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B61AC is #649E53. Grayscale: #7A7A7A. Windows color (decimal): -6594132 or 11297179. OLE color: 11297179.

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

Color convert

RGB15597172-
CMYK0.100.4400.33
HSL286.4º31.12%52.75%-
HSV(B)286.4º43.6%67.45%-
XYZ25.2418.541.27-
YUV122.89155.72150.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.56%
GREEN value IS 97 (38.28% from 255) = 22.88%
BLUE value IS 172 (67.58% from 255) = 40.57%
R=36.56%
G=22.88%
B=40.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155971720.100.4400.33286.431.1252.75
Hex9B61ACA2C02111e1f35
Octal23314125412540414363765
Binary100110111100001101011001010101100010000110001111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B61AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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