#9c42bc

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

Shades of Deep Lilac #9C42BC

Tints of Deep Lilac #9C42BC

Color information

#9C42BC (or 0x9C42BC) is unknown color: approx Deep Lilac. HEX triplet: 9C, 42 and BC. RGB value is (156,66,188). Sum of RGB (Red+Green+Blue) = 156+66+188=410 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.05% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #9C42BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C42BC is #63BD43. Grayscale: #6A6A6A. Windows color (decimal): -6536516 or 12337820. OLE color: 12337820.

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

Color convert

RGB15666188-
CMYK0.170.6500.26
HSL284.26º48.03%49.8%-
HSV(B)284.26º64.89%73.73%-
XYZ24.7414.649.09-
YUV106.82173.82163.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.05%
GREEN value IS 66 (26.17% from 255) = 16.10%
BLUE value IS 188 (73.83% from 255) = 45.85%
R=38.05%
G=16.10%
B=45.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal156661880.170.6500.26284.2648.0349.8
Hex9C42BC114101A11c3032
Octal234102274211010324346062
Binary10011100100001010111100100011000001011010100011100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c42bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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