#9D1E8D

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

Shades of Dark Purple #9D1E8D

Tints of Dark Purple #9D1E8D

Color information

#9D1E8D (or 0x9D1E8D) is unknown color: approx Dark Purple. HEX triplet: 9D, 1E and 8D. RGB value is (157,30,141). Sum of RGB (Red+Green+Blue) = 157+30+141=328 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.87% from 328); Green value is 30 (12.11% from 255 or 9.15% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1E8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1E8D is #62E172. Grayscale: #505050. Windows color (decimal): -6480243 or 9248413. OLE color: 9248413.

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

Color convert

RGB15730141-
CMYK00.810.100.38
HSL307.56º67.91%36.67%-
HSV(B)307.56º80.89%61.57%-
XYZ19.1810.0226.12-
YUV80.63162.08182.47-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.87%
GREEN value IS 30 (12.11% from 255) = 9.15%
BLUE value IS 141 (55.47% from 255) = 42.99%
R=47.87%
G=9.15%
B=42.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573014100.810.100.38307.5667.9136.67
Hex9D1E8D051A261344425
Octal235362150121124646410445
Binary1001110111110100011010101000110101001101001101001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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