Html Css Color HEX #860798 Dark Magenta

📋 copy color: '#860798'

red 134 ◦ green 7 ◦ blue 152

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

Shades of Dark Magenta #860798

Tints of Dark Magenta #860798

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.39%

 BLUE value IS 152 (59.77% from 255) = 51.88%

R = 45.73%
G = 2.39%
B = 51.88%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#860798 (or 0x860798) is known color: Dark Magenta. HEX triplet: 86, 07 and 98. RGB value is (134,7,152). Sum of RGB (Red+Green+Blue) = 134+7+152=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 152 (59.77% from 255 or 51.88% from 293); Max value from RGB is 152 - color contains mainly: blue. Hex color #860798 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860798 is #79F867. Grayscale: #3D3D3D. Windows color (decimal): -7993448 or 9963398. OLE color: 9963398.

HSL color Cylindrical-coordinate representation of color #860798: hue angle of 292.55º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #860798 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 134 7 152 -
CMYK 0.12 0.95 0 0.40
HSL 292.55º 0.91% 0.31% -
HSV(B) 292.55º 0.95% 0.6% -
XYZ 15.57 7.49 30.33 -
YUV 61.5 179.08 179.71 -
System Red Green Blue C M Y K H S L
Decimal 134 7 152 0.12 0.95 0 0.40 292.55 0.91 0.31
Hex 86 7 98 C 5F 0 28 125 5B 1F
Octal 206 7 230 14 137 0 50 445 133 37
Binary 10000110 111 10011000 1100 1011111 0 101000 100100101 1011011 11111

Color Harmonies of #860798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860798

Black with #860798

Text Example


Text Example

White with #860798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860798; }

 p { color: rgb(134,7,152); }

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

background-color css

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

 a { background-color: rgb(134,7,152); }

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

border-color css

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

 span { border-color: rgb(134,7,152); }

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