#9D277D

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

Shades of Dark Purple #9D277D

Tints of Dark Purple #9D277D

Color information

#9D277D (or 0x9D277D) is unknown color: approx Dark Purple. HEX triplet: 9D, 27 and 7D. RGB value is (157,39,125). Sum of RGB (Red+Green+Blue) = 157+39+125=321 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.91% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 157 - color contains mainly: red. Hex color #9D277D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D277D is #62D882. Grayscale: #535353. Windows color (decimal): -6477955 or 8202141. OLE color: 8202141.

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

Color convert

RGB15739125-
CMYK00.750.200.38
HSL316.27º60.2%38.43%-
HSV(B)316.27º75.16%61.57%-
XYZ18.3310.120.39-
YUV84.09151.09180.01-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.91%
GREEN value IS 39 (15.62% from 255) = 12.15%
BLUE value IS 125 (49.22% from 255) = 38.94%
R=48.91%
G=12.15%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573912500.750.200.38316.2760.238.43
Hex9D277D04B142613c3c26
Octal23547175011324464747446
Binary1001110110011111111010100101110100100110100111100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D277D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,39,125); }

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

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

 a { background-color: rgb(157,39,125); }

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

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

 span { border-color: rgb(157,39,125); }

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