#9D1E8E

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

Shades of Dark Purple #9D1E8E

Tints of Dark Purple #9D1E8E

Color information

#9D1E8E (or 0x9D1E8E) is unknown color: approx Dark Purple. HEX triplet: 9D, 1E and 8E. RGB value is (157,30,142). Sum of RGB (Red+Green+Blue) = 157+30+142=329 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.72% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1E8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1E8E is #62E171. Grayscale: #505050. Windows color (decimal): -6480242 or 9313949. OLE color: 9313949.

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

Color convert

RGB15730142-
CMYK00.810.100.38
HSL307.09º67.91%36.67%-
HSV(B)307.09º80.89%61.57%-
XYZ19.2510.0526.52-
YUV80.74162.58182.39-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.72%
GREEN value IS 30 (12.11% from 255) = 9.12%
BLUE value IS 142 (55.86% from 255) = 43.16%
R=47.72%
G=9.12%
B=43.16%

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
Decimal1573014200.810.100.38307.0967.9136.67
Hex9D1E8E051A261334425
Octal235362160121124646310445
Binary1001110111110100011100101000110101001101001100111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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