#9D2881

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

Shades of Dark Purple #9D2881

Tints of Dark Purple #9D2881

Color information

#9D2881 (or 0x9D2881) is unknown color: approx Dark Purple. HEX triplet: 9D, 28 and 81. RGB value is (157,40,129). Sum of RGB (Red+Green+Blue) = 157+40+129=326 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.16% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2881 is #62D77E. Grayscale: #545454. Windows color (decimal): -6477695 or 8464541. OLE color: 8464541.

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

Color convert

RGB15740129-
CMYK00.750.180.38
HSL314.36º59.39%38.63%-
HSV(B)314.36º74.52%61.57%-
XYZ18.6310.2721.77-
YUV85.13152.76179.26-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.16%
GREEN value IS 40 (16.02% from 255) = 12.27%
BLUE value IS 129 (50.78% from 255) = 39.57%
R=48.16%
G=12.27%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1574012900.750.180.38314.3659.3938.63
Hex9D288104B122613a3b27
Octal23550201011322464727347
Binary10011101101000100000010100101110010100110100111010111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,40,129); }

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

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

 a { background-color: rgb(157,40,129); }

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

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

 span { border-color: rgb(157,40,129); }

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