Html Css Color HEX #6F089E Dark Magenta

📋 copy color: '#6F089E'

red 111 ◦ green 8 ◦ blue 158

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

Shades of Dark Magenta #6F089E

Tints of Dark Magenta #6F089E

RGB

 RED value IS 111 (43.75% from 255) = 40.07%

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

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

R = 40.07%
G = 2.89%
B = 57.04%

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

#6F089E (or 0x6F089E) is known color: Dark Magenta. HEX triplet: 6F, 08 and 9E. RGB value is (111,8,158). Sum of RGB (Red+Green+Blue) = 111+8+158=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 158 (62.11% from 255 or 57.04% from 277); Max value from RGB is 158 - color contains mainly: blue. Hex color #6F089E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F089E is #90F761. Grayscale: #373737. Windows color (decimal): -9500514 or 10356847. OLE color: 10356847.

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

Color convert

RGB 111 8 158 -
CMYK 0.30 0.95 0 0.38
HSL 281.2º 0.9% 0.33% -
HSV(B) 281.2º 0.95% 0.62% -
XYZ 12.81 6.02 32.83 -
YUV 55.9 185.62 167.3 -
System Red Green Blue C M Y K H S L
Decimal 111 8 158 0.30 0.95 0 0.38 281.2 0.9 0.33
Hex 6F 8 9E 1E 5F 0 26 119 5A 21
Octal 157 10 236 36 137 0 46 431 132 41
Binary 1101111 1000 10011110 11110 1011111 0 100110 100011001 1011010 100001

Color Harmonies of #6F089E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F089E

Black with #6F089E

Text Example


Text Example

White with #6F089E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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