#9D2777

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

Shades of Dark Purple #9D2777

Tints of Dark Purple #9D2777

Color information

#9D2777 (or 0x9D2777) is unknown color: approx Dark Purple. HEX triplet: 9D, 27 and 77. RGB value is (157,39,119). Sum of RGB (Red+Green+Blue) = 157+39+119=315 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.84% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2777 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2777 is #62D888. Grayscale: #535353. Windows color (decimal): -6477961 or 7808925. OLE color: 7808925.

HSL color Cylindrical-coordinate representation of color #9D2777: hue angle of 319.32º 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 #9D2777 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB15739119-
CMYK00.750.240.38
HSL319.32º60.2%38.43%-
HSV(B)319.32º75.16%61.57%-
XYZ17.969.9518.43-
YUV83.4148.09180.5-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.84%
GREEN value IS 39 (15.62% from 255) = 12.38%
BLUE value IS 119 (46.88% from 255) = 37.78%
R=49.84%
G=12.38%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573911900.750.240.38319.3260.238.43
Hex9D277704B182613f3c26
Octal23547167011330464777446
Binary1001110110011111101110100101111000100110100111111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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