#9C1685

Color #9C1685 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #9C1685

Tints of Dark Purple #9C1685

Color information

#9C1685 (or 0x9C1685) is unknown color: approx Dark Purple. HEX triplet: 9C, 16 and 85. RGB value is (156,22,133). Sum of RGB (Red+Green+Blue) = 156+22+133=311 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.16% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1685 is #63E97A. Grayscale: #4A4A4A. Windows color (decimal): -6547835 or 8722076. OLE color: 8722076.

HSL color Cylindrical-coordinate representation of color #9C1685: hue angle of 310.3º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C1685 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB15622133-
CMYK00.860.150.39
HSL310.3º75.28%34.9%-
HSV(B)310.3º85.9%61.18%-
XYZ18.239.3423.03-
YUV74.72160.89185.97-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.16%
GREEN value IS 22 (8.98% from 255) = 7.07%
BLUE value IS 133 (52.34% from 255) = 42.77%
R=50.16%
G=7.07%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1562213300.860.150.39310.375.2834.9
Hex9C1685056F271364b23
Octal234262050126174746611343
Binary1001110010110100001010101011011111001111001101101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,22,133); }

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

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

 a { background-color: rgb(156,22,133); }

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

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

 span { border-color: rgb(156,22,133); }

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