#9D1C7B

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

Shades of Dark Purple #9D1C7B

Tints of Dark Purple #9D1C7B

Color information

#9D1C7B (or 0x9D1C7B) is unknown color: approx Dark Purple. HEX triplet: 9D, 1C and 7B. RGB value is (157,28,123). Sum of RGB (Red+Green+Blue) = 157+28+123=308 (40% of max value = 765). Red value is 157 (61.72% from 255 or 50.97% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1C7B is #62E384. Grayscale: #4D4D4D. Windows color (decimal): -6480773 or 8068253. OLE color: 8068253.

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

Color convert

RGB15728123-
CMYK00.820.220.38
HSL315.81º69.73%36.27%-
HSV(B)315.81º82.17%61.57%-
XYZ17.99.4319.62-
YUV77.4153.74184.78-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50.97%
GREEN value IS 28 (11.33% from 255) = 9.09%
BLUE value IS 123 (48.44% from 255) = 39.94%
R=50.97%
G=9.09%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1572812300.820.220.38315.8169.7336.27
Hex9D1C7B052162613c4624
Octal235341730122264647410644
Binary1001110111100111101101010010101101001101001111001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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