#9E127F

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

Shades of Dark Purple #9E127F

Tints of Dark Purple #9E127F

Color information

#9E127F (or 0x9E127F) is unknown color: approx Dark Purple. HEX triplet: 9E, 12 and 7F. RGB value is (158,18,127). Sum of RGB (Red+Green+Blue) = 158+18+127=303 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.15% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 158 - color contains mainly: red. Hex color #9E127F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E127F is #61ED80. Grayscale: #474747. Windows color (decimal): -6417793 or 8327838. OLE color: 8327838.

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

Color convert

RGB15818127-
CMYK00.890.200.38
HSL313.29º79.55%34.51%-
HSV(B)313.29º88.61%61.96%-
XYZ18.159.2320.9-
YUV72.29158.88189.14-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 52.15%
GREEN value IS 18 (7.42% from 255) = 5.94%
BLUE value IS 127 (50% from 255) = 41.91%
R=52.15%
G=5.94%
B=41.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581812700.890.200.38313.2979.5534.51
Hex9E127F05914261395023
Octal236221770131244647112043
Binary1001111010010111111101011001101001001101001110011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E127F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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