#9D1E92

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

Shades of Dark Purple #9D1E92

Tints of Dark Purple #9D1E92

Color information

#9D1E92 (or 0x9D1E92) is unknown color: approx Dark Purple. HEX triplet: 9D, 1E and 92. RGB value is (157,30,146). Sum of RGB (Red+Green+Blue) = 157+30+146=333 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.15% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1E92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1E92 is #62E16D. Grayscale: #505050. Windows color (decimal): -6480238 or 9576093. OLE color: 9576093.

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

Color convert

RGB15730146-
CMYK00.810.070.38
HSL305.2º67.91%36.67%-
HSV(B)305.2º80.89%61.57%-
XYZ19.5610.1728.13-
YUV81.2164.58182.07-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.15%
GREEN value IS 30 (12.11% from 255) = 9.01%
BLUE value IS 146 (57.42% from 255) = 43.84%
R=47.15%
G=9.01%
B=43.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573014600.810.070.38305.267.9136.67
Hex9D1E920517261314425
Octal23536222012174646110445
Binary100111011111010010010010100011111001101001100011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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