Html Css Color HEX #6E089E Dark Magenta

📋 copy color: '#6E089E'

red 110 ◦ green 8 ◦ blue 158

#6E089E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #6E089E

Tints of Dark Magenta #6E089E

RGB

 RED value IS 110 (43.36% from 255) = 39.86%

 GREEN value IS 8 (3.52% from 255) = 2.9%

 BLUE value IS 158 (62.11% from 255) = 57.25%

R = 39.86%
G = 2.9%
B = 57.25%

CMYK

 C value IS 0.30

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6E089E (or 0x6E089E) is known color: Dark Magenta. HEX triplet: 6E, 08 and 9E. RGB value is (110,8,158). Sum of RGB (Red+Green+Blue) = 110+8+158=276 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.86% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 158 (62.11% from 255 or 57.25% from 276); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E089E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E089E is #91F761. Grayscale: #373737. Windows color (decimal): -9566050 or 10356846. OLE color: 10356846.

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

Color convert

RGB 110 8 158 -
CMYK 0.30 0.95 0 0.38
HSL 280.8º 0.9% 0.33% -
HSV(B) 280.8º 0.95% 0.62% -
XYZ 12.69 5.96 32.83 -
YUV 55.6 185.79 166.8 -
System Red Green Blue C M Y K H S L
Decimal 110 8 158 0.30 0.95 0 0.38 280.8 0.9 0.33
Hex 6E 8 9E 1E 5F 0 26 119 5A 21
Octal 156 10 236 36 137 0 46 431 132 41
Binary 1101110 1000 10011110 11110 1011111 0 100110 100011001 1011010 100001

Color Harmonies of #6E089E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E089E

Black with #6E089E

Text Example


Text Example

White with #6E089E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,8,158); }

 H1.HeaderClassName
 {
   color: #6E089E;
 }
 .AnyTagClassName
 {
   color: #6E089E;
 }
</style>

background-color css

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

 a { background-color: rgb(110,8,158); }

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

border-color css

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

 span { border-color: rgb(110,8,158); }

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