Html Css Color HEX #6E089F Dark Magenta

📋 copy color: '#6E089F'

red 110 ◦ green 8 ◦ blue 159

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

Shades of Dark Magenta #6E089F

Tints of Dark Magenta #6E089F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 57.4%

R = 39.71%
G = 2.89%
B = 57.4%

CMYK

 C value IS 0.31

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6E089F (or 0x6E089F) is known color: Dark Magenta. HEX triplet: 6E, 08 and 9F. RGB value is (110,8,159). Sum of RGB (Red+Green+Blue) = 110+8+159=277 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.71% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #6E089F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E089F is #91F760. Grayscale: #373737. Windows color (decimal): -9566049 or 10422382. OLE color: 10422382.

HSL color Cylindrical-coordinate representation of color #6E089F: hue angle of 280.53º 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 #6E089F is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 110 8 159 -
CMYK 0.31 0.95 0 0.38
HSL 280.53º 0.9% 0.33% -
HSV(B) 280.53º 0.95% 0.62% -
XYZ 12.78 5.99 33.28 -
YUV 55.71 186.29 166.72 -
System Red Green Blue C M Y K H S L
Decimal 110 8 159 0.31 0.95 0 0.38 280.53 0.9 0.33
Hex 6E 8 9F 1F 5F 0 26 119 5A 21
Octal 156 10 237 37 137 0 46 431 132 41
Binary 1101110 1000 10011111 11111 1011111 0 100110 100011001 1011010 100001

Color Harmonies of #6E089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E089F

Black with #6E089F

Text Example


Text Example

White with #6E089F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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