#9D1A7B

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

Shades of Dark Purple #9D1A7B

Tints of Dark Purple #9D1A7B

Color information

#9D1A7B (or 0x9D1A7B) is unknown color: approx Dark Purple. HEX triplet: 9D, 1A and 7B. RGB value is (157,26,123). Sum of RGB (Red+Green+Blue) = 157+26+123=306 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.31% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1A7B is #62E584. Grayscale: #4B4B4B. Windows color (decimal): -6481285 or 8067741. OLE color: 8067741.

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

Color convert

RGB15726123-
CMYK00.830.220.38
HSL315.57º71.58%35.88%-
HSV(B)315.57º83.44%61.57%-
XYZ17.859.3419.6-
YUV76.23154.4185.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 51.31%
GREEN value IS 26 (10.55% from 255) = 8.50%
BLUE value IS 123 (48.44% from 255) = 40.20%
R=51.31%
G=8.50%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1572612300.830.220.38315.5771.5835.88
Hex9D1A7B053162613c4824
Octal235321730123264647411044
Binary1001110111010111101101010011101101001101001111001001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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