Html Css Color HEX #6E099D Dark Magenta

📋 copy color: '#6E099D'

red 110 ◦ green 9 ◦ blue 157

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

Shades of Dark Magenta #6E099D

Tints of Dark Magenta #6E099D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.26%

 BLUE value IS 157 (61.72% from 255) = 56.88%

R = 39.86%
G = 3.26%
B = 56.88%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6E099D (or 0x6E099D) is known color: Dark Magenta. HEX triplet: 6E, 09 and 9D. RGB value is (110,9,157). Sum of RGB (Red+Green+Blue) = 110+9+157=276 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.86% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 157 (61.72% from 255 or 56.88% from 276); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E099D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E099D is #91F662. Grayscale: #373737. Windows color (decimal): -9565795 or 10291566. OLE color: 10291566.

HSL color Cylindrical-coordinate representation of color #6E099D: hue angle of 280.95º degrees, saturation: 0.89, 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 #6E099D is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 110 9 157 -
CMYK 0.30 0.94 0 0.38
HSL 280.95º 0.89% 0.33% -
HSV(B) 280.95º 0.94% 0.62% -
XYZ 12.61 5.94 32.38 -
YUV 56.07 184.96 166.47 -
System Red Green Blue C M Y K H S L
Decimal 110 9 157 0.30 0.94 0 0.38 280.95 0.89 0.33
Hex 6E 9 9D 1E 5E 0 26 119 59 21
Octal 156 11 235 36 136 0 46 431 131 41
Binary 1101110 1001 10011101 11110 1011110 0 100110 100011001 1011001 100001

Color Harmonies of #6E099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E099D

Black with #6E099D

Text Example


Text Example

White with #6E099D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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