#9C167E

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

Shades of Dark Purple #9C167E

Tints of Dark Purple #9C167E

Color information

#9C167E (or 0x9C167E) is unknown color: approx Dark Purple. HEX triplet: 9C, 16 and 7E. RGB value is (156,22,126). Sum of RGB (Red+Green+Blue) = 156+22+126=304 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.32% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 156 - color contains mainly: red. Hex color #9C167E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C167E is #63E981. Grayscale: #494949. Windows color (decimal): -6547842 or 8263324. OLE color: 8263324.

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

Color convert

RGB15622126-
CMYK00.860.190.39
HSL313.43º75.28%34.9%-
HSV(B)313.43º85.9%61.18%-
XYZ17.769.1520.57-
YUV73.92157.39186.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.32%
GREEN value IS 22 (8.98% from 255) = 7.24%
BLUE value IS 126 (49.61% from 255) = 41.45%
R=51.32%
G=7.24%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1562212600.860.190.39313.4375.2834.9
Hex9C167E05613271394b23
Octal234261760126234747111343
Binary1001110010110111111001010110100111001111001110011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C167E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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