Html Css Color HEX #860998 Dark Magenta

📋 copy color: '#860998'

red 134 ◦ green 9 ◦ blue 152

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

Shades of Dark Magenta #860998

Tints of Dark Magenta #860998

RGB

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

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

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

R = 45.42%
G = 3.05%
B = 51.53%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#860998 (or 0x860998) is known color: Dark Magenta. HEX triplet: 86, 09 and 98. RGB value is (134,9,152). Sum of RGB (Red+Green+Blue) = 134+9+152=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 152 (59.77% from 255 or 51.53% from 295); Max value from RGB is 152 - color contains mainly: blue. Hex color #860998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860998 is #79F667. Grayscale: #3E3E3E. Windows color (decimal): -7992936 or 9963910. OLE color: 9963910.

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

Color convert

RGB 134 9 152 -
CMYK 0.12 0.94 0 0.40
HSL 292.45º 0.89% 0.32% -
HSV(B) 292.45º 0.94% 0.6% -
XYZ 15.6 7.53 30.34 -
YUV 62.68 178.41 178.87 -
System Red Green Blue C M Y K H S L
Decimal 134 9 152 0.12 0.94 0 0.40 292.45 0.89 0.32
Hex 86 9 98 C 5E 0 28 124 59 20
Octal 206 11 230 14 136 0 50 444 131 40
Binary 10000110 1001 10011000 1100 1011110 0 101000 100100100 1011001 100000

Color Harmonies of #860998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860998

Black with #860998

Text Example


Text Example

White with #860998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860998; }

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

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

background-color css

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

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

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

border-color css

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

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

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