Html Css Color HEX #6E009E Dark Magenta

📋 copy color: '#6E009E'

red 110 ◦ green 0 ◦ blue 158

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

Shades of Dark Magenta #6E009E

Tints of Dark Magenta #6E009E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.04%
G = 0%
B = 58.96%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6E009E (or 0x6E009E) is known color: Dark Magenta. HEX triplet: 6E, 00 and 9E. RGB value is (110,0,158). Sum of RGB (Red+Green+Blue) = 110+0+158=268 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.04% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 158 (62.11% from 255 or 58.96% from 268); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E009E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E009E is #91FF61. Grayscale: #323232. Windows color (decimal): -9568098 or 10354798. OLE color: 10354798.

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

Color convert

RGB 110 0 158 -
CMYK 0.30 1 0 0.38
HSL 281.77º 1% 0.31% -
HSV(B) 281.77º 1% 0.62% -
XYZ 12.6 5.78 32.8 -
YUV 50.9 188.44 170.15 -
System Red Green Blue C M Y K H S L
Decimal 110 0 158 0.30 1 0 0.38 281.77 1 0.31
Hex 6E 0 9E 1E 64 0 26 11A 64 1F
Octal 156 0 236 36 144 0 46 432 144 37
Binary 1101110 0 10011110 11110 1100100 0 100110 100011010 1100100 11111

Color Harmonies of #6E009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E009E

Black with #6E009E

Text Example


Text Example

White with #6E009E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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