#9E318A

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

Shades of Dark Purple #9E318A

Tints of Dark Purple #9E318A

Color information

#9E318A (or 0x9E318A) is unknown color: approx Dark Purple. HEX triplet: 9E, 31 and 8A. RGB value is (158,49,138). Sum of RGB (Red+Green+Blue) = 158+49+138=345 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.80% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 158 - color contains mainly: red. Hex color #9E318A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E318A is #61CE75. Grayscale: #5B5B5B. Windows color (decimal): -6409846 or 9056670. OLE color: 9056670.

HSL color Cylindrical-coordinate representation of color #9E318A: hue angle of 311.01º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E318A is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB15849138-
CMYK00.690.130.38
HSL311.01º52.66%40.59%-
HSV(B)311.01º68.99%61.96%-
XYZ19.7911.325.18-
YUV91.74154.11175.26-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.80%
GREEN value IS 49 (19.53% from 255) = 14.20%
BLUE value IS 138 (54.30% from 255) = 40%
R=45.80%
G=14.20%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1584913800.690.130.38311.0152.6640.59
Hex9E318A045D261373529
Octal23661212010515464676551
Binary1001111011000110001010010001011101100110100110111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E318A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,49,138); }

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

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

 a { background-color: rgb(158,49,138); }

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

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

 span { border-color: rgb(158,49,138); }

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