#9d2b8f

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

Shades of Dark Purple #9D2B8F

Tints of Dark Purple #9D2B8F

Color information

#9D2B8F (or 0x9D2B8F) is unknown color: approx Dark Purple. HEX triplet: 9D, 2B and 8F. RGB value is (157,43,143). Sum of RGB (Red+Green+Blue) = 157+43+143=343 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.77% from 343); Green value is 43 (17.19% from 255 or 12.54% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2B8F is #62D470. Grayscale: #585858. Windows color (decimal): -6476913 or 9382813. OLE color: 9382813.

HSL color Cylindrical-coordinate representation of color #9D2B8F: hue angle of 307.37º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9D2B8F is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB15743143-
CMYK00.730.090.38
HSL307.37º57%39.22%-
HSV(B)307.37º72.61%61.57%-
XYZ19.7310.8827.05-
YUV88.49158.77176.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.77%
GREEN value IS 43 (17.19% from 255) = 12.54%
BLUE value IS 143 (56.25% from 255) = 41.69%
R=45.77%
G=12.54%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1574314300.730.090.38307.375739.22
Hex9D2B8F0499261333927
Octal23553217011111464637147
Binary1001110110101110001111010010011001100110100110011111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d2b8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,43,143); }

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

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

 a { background-color: rgb(157,43,143); }

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

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

 span { border-color: rgb(157,43,143); }

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