#9C62AF

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

Shades of Deep Lilac #9C62AF

Tints of Deep Lilac #9C62AF

Color information

#9C62AF (or 0x9C62AF) is unknown color: approx Deep Lilac. HEX triplet: 9C, 62 and AF. RGB value is (156,98,175). Sum of RGB (Red+Green+Blue) = 156+98+175=429 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.36% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 175 - color contains mainly: blue. Hex color #9C62AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C62AF is #639D50. Grayscale: #7B7B7B. Windows color (decimal): -6528337 or 11494044. OLE color: 11494044.

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

Color convert

RGB15698175-
CMYK0.110.4400.31
HSL285.19º32.49%53.53%-
HSV(B)285.19º44%68.63%-
XYZ25.8218.942.84-
YUV124.12156.72150.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.36%
GREEN value IS 98 (38.67% from 255) = 22.84%
BLUE value IS 175 (68.75% from 255) = 40.79%
R=36.36%
G=22.84%
B=40.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal156981750.110.4400.31285.1932.4953.53
Hex9C62AFB2C01F11d2036
Octal23414225713540374354066
Binary100111001100010101011111011101100011111100011101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C62AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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