Html Css Color HEX #860994 Dark Magenta

📋 copy color: '#860994'

red 134 ◦ green 9 ◦ blue 148

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

Shades of Dark Magenta #860994

Tints of Dark Magenta #860994

RGB

 RED value IS 134 (52.73% from 255) = 46.05%

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

 BLUE value IS 148 (58.2% from 255) = 50.86%

R = 46.05%
G = 3.09%
B = 50.86%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#860994 (or 0x860994) is known color: Dark Magenta. HEX triplet: 86, 09 and 94. RGB value is (134,9,148). Sum of RGB (Red+Green+Blue) = 134+9+148=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 148 (58.20% from 255 or 50.86% from 291); Max value from RGB is 148 - color contains mainly: blue. Hex color #860994 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860994 is #79F66B. Grayscale: #3D3D3D. Windows color (decimal): -7992940 or 9701766. OLE color: 9701766.

HSL color Cylindrical-coordinate representation of color #860994: hue angle of 293.96º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860994 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 9 148 -
CMYK 0.09 0.94 0 0.42
HSL 293.96º 0.89% 0.31% -
HSV(B) 293.96º 0.94% 0.58% -
XYZ 15.27 7.4 28.64 -
YUV 62.22 176.41 179.2 -
System Red Green Blue C M Y K H S L
Decimal 134 9 148 0.09 0.94 0 0.42 293.96 0.89 0.31
Hex 86 9 94 9 5E 0 2A 126 59 1F
Octal 206 11 224 11 136 0 52 446 131 37
Binary 10000110 1001 10010100 1001 1011110 0 101010 100100110 1011001 11111

Color Harmonies of #860994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860994

Black with #860994

Text Example


Text Example

White with #860994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860994; }

 p { color: rgb(134,9,148); }

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

background-color css

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

 a { background-color: rgb(134,9,148); }

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

border-color css

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

 span { border-color: rgb(134,9,148); }

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