#9E068F

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

Shades of Dark Magenta #9E068F

Tints of Dark Magenta #9E068F

Color information

#9E068F (or 0x9E068F) is unknown color: approx Dark Magenta. HEX triplet: 9E, 06 and 8F. RGB value is (158,6,143). Sum of RGB (Red+Green+Blue) = 158+6+143=307 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.47% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 143 (56.25% from 255 or 46.58% from 307); Max value from RGB is 158 - color contains mainly: red. Hex color #9E068F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E068F is #61F970. Grayscale: #424242. Windows color (decimal): -6420849 or 9373342. OLE color: 9373342.

HSL color Cylindrical-coordinate representation of color #9E068F: hue angle of 305.92º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E068F is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB1586143-
CMYK00.960.090.38
HSL305.92º92.68%32.16%-
HSV(B)305.92º96.2%61.96%-
XYZ19.129.3826.79-
YUV67.07170.86192.86-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.47%
GREEN value IS 6 (2.73% from 255) = 1.95%
BLUE value IS 143 (56.25% from 255) = 46.58%
R=51.47%
G=1.95%
B=46.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158614300.960.090.38305.9292.6832.16
Hex9E68F0609261325d20
Octal23662170140114646213540
Binary10011110110100011110110000010011001101001100101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E068F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,6,143); }

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

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

 a { background-color: rgb(158,6,143); }

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

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

 span { border-color: rgb(158,6,143); }

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