#9C62BC

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

Shades of Deep Lilac #9C62BC

Tints of Deep Lilac #9C62BC

Color information

#9C62BC (or 0x9C62BC) is unknown color: approx Deep Lilac. HEX triplet: 9C, 62 and BC. RGB value is (156,98,188). Sum of RGB (Red+Green+Blue) = 156+98+188=442 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.29% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #9C62BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C62BC is #639D43. Grayscale: #7D7D7D. Windows color (decimal): -6528324 or 12346012. OLE color: 12346012.

HSL color Cylindrical-coordinate representation of color #9C62BC: hue angle of 278.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C62BC is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15698188-
CMYK0.170.4800.26
HSL278.67º40.18%56.08%-
HSV(B)278.67º47.87%73.73%-
XYZ27.1619.4349.9-
YUV125.6163.22149.68-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.29%
GREEN value IS 98 (38.67% from 255) = 22.17%
BLUE value IS 188 (73.83% from 255) = 42.53%
R=35.29%
G=22.17%
B=42.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal156981880.170.4800.26278.6740.1856.08
Hex9C62BC113001A1172838
Octal23414227421600324275070
Binary1001110011000101011110010001110000011010100010111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C62BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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