#9E0E7F

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

Shades of Dark Purple #9E0E7F

Tints of Dark Purple #9E0E7F

Color information

#9E0E7F (or 0x9E0E7F) is unknown color: approx Dark Purple. HEX triplet: 9E, 0E and 7F. RGB value is (158,14,127). Sum of RGB (Red+Green+Blue) = 158+14+127=299 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.84% from 299); Green value is 14 (5.86% from 255 or 4.68% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0E7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0E7F is #61F180. Grayscale: #454545. Windows color (decimal): -6418817 or 8326814. OLE color: 8326814.

HSL color Cylindrical-coordinate representation of color #9E0E7F: hue angle of 312.92º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9E0E7F is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB15814127-
CMYK00.910.200.38
HSL312.92º83.72%33.73%-
HSV(B)312.92º91.14%61.96%-
XYZ18.099.1220.88-
YUV69.94160.21190.81-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 52.84%
GREEN value IS 14 (5.86% from 255) = 4.68%
BLUE value IS 127 (50% from 255) = 42.47%
R=52.84%
G=4.68%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581412700.910.200.38312.9283.7233.73
Hex9EE7F05B14261395422
Octal236161770133244647112442
Binary100111101110111111101011011101001001101001110011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,14,127); }

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

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

 a { background-color: rgb(158,14,127); }

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

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

 span { border-color: rgb(158,14,127); }

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