#9D1E7B

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

Shades of Dark Purple #9D1E7B

Tints of Dark Purple #9D1E7B

Color information

#9D1E7B (or 0x9D1E7B) is unknown color: approx Dark Purple. HEX triplet: 9D, 1E and 7B. RGB value is (157,30,123). Sum of RGB (Red+Green+Blue) = 157+30+123=310 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.65% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1E7B is #62E184. Grayscale: #4E4E4E. Windows color (decimal): -6480261 or 8068765. OLE color: 8068765.

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

Color convert

RGB15730123-
CMYK00.810.220.38
HSL316.06º67.91%36.67%-
HSV(B)316.06º80.89%61.57%-
XYZ17.949.5319.63-
YUV78.58153.08183.94-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50.65%
GREEN value IS 30 (12.11% from 255) = 9.68%
BLUE value IS 123 (48.44% from 255) = 39.68%
R=50.65%
G=9.68%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573012300.810.220.38316.0667.9136.67
Hex9D1E7B051162613c4425
Octal235361730121264647410445
Binary1001110111110111101101010001101101001101001111001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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