#9D317B

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

Shades of Dark Purple #9D317B

Tints of Dark Purple #9D317B

Color information

#9D317B (or 0x9D317B) is unknown color: approx Dark Purple. HEX triplet: 9D, 31 and 7B. RGB value is (157,49,123). Sum of RGB (Red+Green+Blue) = 157+49+123=329 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.72% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 157 - color contains mainly: red. Hex color #9D317B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D317B is #62CE84. Grayscale: #595959. Windows color (decimal): -6475397 or 8073629. OLE color: 8073629.

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

Color convert

RGB15749123-
CMYK00.690.220.38
HSL318.89º52.43%40.39%-
HSV(B)318.89º68.79%61.57%-
XYZ18.5810.7919.84-
YUV89.73146.78175.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.72%
GREEN value IS 49 (19.53% from 255) = 14.89%
BLUE value IS 123 (48.44% from 255) = 37.39%
R=47.72%
G=14.89%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1574912300.690.220.38318.8952.4340.39
Hex9D317B045162613f3428
Octal23561173010526464776450
Binary1001110111000111110110100010110110100110100111111110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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