#9B61AF

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

Shades of Deep Lilac #9B61AF

Tints of Deep Lilac #9B61AF

Color information

#9B61AF (or 0x9B61AF) is unknown color: approx Deep Lilac. HEX triplet: 9B, 61 and AF. RGB value is (155,97,175). Sum of RGB (Red+Green+Blue) = 155+97+175=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #9B61AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B61AF is #649E50. Grayscale: #7A7A7A. Windows color (decimal): -6594129 or 11493787. OLE color: 11493787.

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

Color convert

RGB15597175-
CMYK0.110.4500.31
HSL284.62º32.77%53.33%-
HSV(B)284.62º44.57%68.63%-
XYZ25.5318.6142.8-
YUV123.23157.22150.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.30%
GREEN value IS 97 (38.28% from 255) = 22.72%
BLUE value IS 175 (68.75% from 255) = 40.98%
R=36.30%
G=22.72%
B=40.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal155971750.110.4500.31284.6232.7753.33
Hex9B61AFB2D01F11d2135
Octal23314125713550374354165
Binary100110111100001101011111011101101011111100011101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B61AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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