#9D298D

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

Shades of Dark Purple #9D298D

Tints of Dark Purple #9D298D

Color information

#9D298D (or 0x9D298D) is unknown color: approx Dark Purple. HEX triplet: 9D, 29 and 8D. RGB value is (157,41,141). Sum of RGB (Red+Green+Blue) = 157+41+141=339 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.31% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 157 - color contains mainly: red. Hex color #9D298D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D298D is #62D672. Grayscale: #565656. Windows color (decimal): -6477427 or 9251229. OLE color: 9251229.

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

Color convert

RGB15741141-
CMYK00.740.100.38
HSL308.28º58.59%38.82%-
HSV(B)308.28º73.89%61.57%-
XYZ19.5110.6826.23-
YUV87.08158.43177.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.31%
GREEN value IS 41 (16.41% from 255) = 12.09%
BLUE value IS 141 (55.47% from 255) = 41.59%
R=46.31%
G=12.09%
B=41.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1574114100.740.100.38308.2858.5938.82
Hex9D298D04AA261343b27
Octal23551215011212464647347
Binary1001110110100110001101010010101010100110100110100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D298D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,41,141); }

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

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

 a { background-color: rgb(157,41,141); }

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

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

 span { border-color: rgb(157,41,141); }

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