#9D298E

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

Shades of Dark Purple #9D298E

Tints of Dark Purple #9D298E

Color information

#9D298E (or 0x9D298E) is unknown color: approx Dark Purple. HEX triplet: 9D, 29 and 8E. RGB value is (157,41,142). Sum of RGB (Red+Green+Blue) = 157+41+142=340 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.18% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 142 (55.86% from 255 or 41.76% from 340); Max value from RGB is 157 - color contains mainly: red. Hex color #9D298E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D298E is #62D671. Grayscale: #565656. Windows color (decimal): -6477426 or 9316765. OLE color: 9316765.

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

Color convert

RGB15741142-
CMYK00.740.100.38
HSL307.76º58.59%38.82%-
HSV(B)307.76º73.89%61.57%-
XYZ19.5810.7126.63-
YUV87.2158.93177.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.18%
GREEN value IS 41 (16.41% from 255) = 12.06%
BLUE value IS 142 (55.86% from 255) = 41.76%
R=46.18%
G=12.06%
B=41.76%

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
Decimal1574114200.740.100.38307.7658.5938.82
Hex9D298E04AA261343b27
Octal23551216011212464647347
Binary1001110110100110001110010010101010100110100110100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D298E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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