#9D2D8E

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

Shades of Dark Purple #9D2D8E

Tints of Dark Purple #9D2D8E

Color information

#9D2D8E (or 0x9D2D8E) is unknown color: approx Dark Purple. HEX triplet: 9D, 2D and 8E. RGB value is (157,45,142). Sum of RGB (Red+Green+Blue) = 157+45+142=344 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.64% from 344); Green value is 45 (17.97% from 255 or 13.08% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2D8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2D8E is #62D271. Grayscale: #595959. Windows color (decimal): -6476402 or 9317789. OLE color: 9317789.

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

Color convert

RGB15745142-
CMYK00.710.100.38
HSL308.04º55.45%39.61%-
HSV(B)308.04º71.34%61.57%-
XYZ19.731126.67-
YUV89.55157.61176.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.64%
GREEN value IS 45 (17.97% from 255) = 13.08%
BLUE value IS 142 (55.86% from 255) = 41.28%
R=45.64%
G=13.08%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1574514200.710.100.38308.0455.4539.61
Hex9D2D8E047A261343728
Octal23555216010712464646750
Binary1001110110110110001110010001111010100110100110100110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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