#9E1381

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

Shades of Dark Purple #9E1381

Tints of Dark Purple #9E1381

Color information

#9E1381 (or 0x9E1381) is unknown color: approx Dark Purple. HEX triplet: 9E, 13 and 81. RGB value is (158,19,129). Sum of RGB (Red+Green+Blue) = 158+19+129=306 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.63% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1381 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E1381 is #61EC7E. Grayscale: #484848. Windows color (decimal): -6417535 or 8459166. OLE color: 8459166.

HSL color Cylindrical-coordinate representation of color #9E1381: hue angle of 312.52º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9E1381 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB15819129-
CMYK00.880.180.38
HSL312.52º78.53%34.71%-
HSV(B)312.52º87.97%61.96%-
XYZ18.39.3221.6-
YUV73.1159.55188.56-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.63%
GREEN value IS 19 (7.81% from 255) = 6.21%
BLUE value IS 129 (50.78% from 255) = 42.16%
R=51.63%
G=6.21%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581912900.880.180.38312.5278.5334.71
Hex9E138105812261394f23
Octal236232010130224647111743
Binary10011110100111000000101011000100101001101001110011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,19,129); }

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

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

 a { background-color: rgb(158,19,129); }

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

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

 span { border-color: rgb(158,19,129); }

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