#9E068B

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

Shades of Dark Magenta #9E068B

Tints of Dark Magenta #9E068B

Color information

#9E068B (or 0x9E068B) is unknown color: approx Dark Magenta. HEX triplet: 9E, 06 and 8B. RGB value is (158,6,139). Sum of RGB (Red+Green+Blue) = 158+6+139=303 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.15% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 158 - color contains mainly: red. Hex color #9E068B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E068B is #61F974. Grayscale: #424242. Windows color (decimal): -6420853 or 9111198. OLE color: 9111198.

HSL color Cylindrical-coordinate representation of color #9E068B: hue angle of 307.5º 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 #9E068B is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB1586139-
CMYK00.960.120.38
HSL307.5º92.68%32.16%-
HSV(B)307.5º96.2%61.96%-
XYZ18.839.2625.22-
YUV66.61168.86193.19-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 52.15%
GREEN value IS 6 (2.73% from 255) = 1.98%
BLUE value IS 139 (54.69% from 255) = 45.87%
R=52.15%
G=1.98%
B=45.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158613900.960.120.38307.592.6832.16
Hex9E68B060C261345d20
Octal23662130140144646413540
Binary10011110110100010110110000011001001101001101001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E068B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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