#9D117B

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

Shades of Dark Purple #9D117B

Tints of Dark Purple #9D117B

Color information

#9D117B (or 0x9D117B) is unknown color: approx Dark Purple. HEX triplet: 9D, 11 and 7B. RGB value is (157,17,123). Sum of RGB (Red+Green+Blue) = 157+17+123=297 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.86% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 157 - color contains mainly: red. Hex color #9D117B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D117B is #62EE84. Grayscale: #464646. Windows color (decimal): -6483589 or 8065437. OLE color: 8065437.

HSL color Cylindrical-coordinate representation of color #9D117B: hue angle of 314.57º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D117B is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB15717123-
CMYK00.890.220.38
HSL314.57º80.46%34.12%-
HSV(B)314.57º89.17%61.57%-
XYZ17.68919.54-
YUV70.94157.38189.38-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 52.86%
GREEN value IS 17 (7.03% from 255) = 5.72%
BLUE value IS 123 (48.44% from 255) = 41.41%
R=52.86%
G=5.72%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571712300.890.220.38314.5780.4634.12
Hex9D117B059162613b5022
Octal235211730131264647312042
Binary1001110110001111101101011001101101001101001110111010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D117B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,17,123); }

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

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

 a { background-color: rgb(157,17,123); }

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

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

 span { border-color: rgb(157,17,123); }

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