#9C168B

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

Shades of Dark Purple #9C168B

Tints of Dark Purple #9C168B

Color information

#9C168B (or 0x9C168B) is unknown color: approx Dark Purple. HEX triplet: 9C, 16 and 8B. RGB value is (156,22,139). Sum of RGB (Red+Green+Blue) = 156+22+139=317 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.21% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 156 - color contains mainly: red. Hex color #9C168B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C168B is #63E974. Grayscale: #4B4B4B. Windows color (decimal): -6547829 or 9115292. OLE color: 9115292.

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

Color convert

RGB15622139-
CMYK00.860.110.39
HSL307.61º75.28%34.9%-
HSV(B)307.61º85.9%61.18%-
XYZ18.669.5125.28-
YUV75.4163.89185.49-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.21%
GREEN value IS 22 (8.98% from 255) = 6.94%
BLUE value IS 139 (54.69% from 255) = 43.85%
R=49.21%
G=6.94%
B=43.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1562213900.860.110.39307.6175.2834.9
Hex9C168B056B271344b23
Octal234262130126134746411343
Binary1001110010110100010110101011010111001111001101001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C168B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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