#6E0A9D

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

Shades of Dark Magenta #6E0A9D

Tints of Dark Magenta #6E0A9D

Color information

#6E0A9D (or 0x6E0A9D) is unknown color: approx Dark Magenta. HEX triplet: 6E, 0A and 9D. RGB value is (110,10,157). Sum of RGB (Red+Green+Blue) = 110+10+157=277 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.71% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E0A9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0A9D is #91F562. Grayscale: #383838. Windows color (decimal): -9565539 or 10291822. OLE color: 10291822.

HSL color Cylindrical-coordinate representation of color #6E0A9D: hue angle of 280.82º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E0A9D is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11010157-
CMYK0.300.9400.38
HSL280.82º88.02%32.75%-
HSV(B)280.82º93.63%61.57%-
XYZ12.625.9732.38-
YUV56.66184.63166.05-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.71%
GREEN value IS 10 (4.30% from 255) = 3.61%
BLUE value IS 157 (61.72% from 255) = 56.68%
R=39.71%
G=3.61%
B=56.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal110101570.300.9400.38280.8288.0232.75
Hex6EA9D1E5E0261195821
Octal156122353613604643113041
Binary110111010101001110111110101111001001101000110011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E0A9D; }

 p { color: rgb(110,10,157); }

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

<style>
 a { background-color: #6E0A9D; }

 a { background-color: rgb(110,10,157); }

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

<style>
 span { border-color: #6E0A9D; }

 span { border-color: rgb(110,10,157); }

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