#9C61AF

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

Shades of Deep Lilac #9C61AF

Tints of Deep Lilac #9C61AF

Color information

#9C61AF (or 0x9C61AF) is unknown color: approx Deep Lilac. HEX triplet: 9C, 61 and AF. RGB value is (156,97,175). Sum of RGB (Red+Green+Blue) = 156+97+175=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 175 - color contains mainly: blue. Hex color #9C61AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C61AF is #639E50. Grayscale: #7B7B7B. Windows color (decimal): -6528593 or 11493788. OLE color: 11493788.

HSL color Cylindrical-coordinate representation of color #9C61AF: hue angle of 285.38º 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 #9C61AF is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15697175-
CMYK0.110.4500.31
HSL285.38º32.77%53.33%-
HSV(B)285.38º44.57%68.63%-
XYZ25.7218.7142.81-
YUV123.53157.05151.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.45%
GREEN value IS 97 (38.28% from 255) = 22.66%
BLUE value IS 175 (68.75% from 255) = 40.89%
R=36.45%
G=22.66%
B=40.89%

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
Decimal156971750.110.4500.31285.3832.7753.33
Hex9C61AFB2D01F11d2135
Octal23414125713550374354165
Binary100111001100001101011111011101101011111100011101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C61AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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