Html Css Color HEX #861998 Dark Magenta

📋 copy color: '#861998'

red 134 ◦ green 25 ◦ blue 152

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

Shades of Dark Magenta #861998

Tints of Dark Magenta #861998

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.04%

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

R = 43.09%
G = 8.04%
B = 48.87%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#861998 (or 0x861998) is known color: Dark Magenta. HEX triplet: 86, 19 and 98. RGB value is (134,25,152). Sum of RGB (Red+Green+Blue) = 134+25+152=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 152 (59.77% from 255 or 48.87% from 311); Max value from RGB is 152 - color contains mainly: blue. Hex color #861998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861998 is #79E667. Grayscale: #474747. Windows color (decimal): -7988840 or 9968006. OLE color: 9968006.

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

Color convert

RGB 134 25 152 -
CMYK 0.12 0.84 0 0.40
HSL 291.5º 0.72% 0.35% -
HSV(B) 291.5º 0.84% 0.6% -
XYZ 15.85 8.03 30.42 -
YUV 72.07 173.11 172.17 -
System Red Green Blue C M Y K H S L
Decimal 134 25 152 0.12 0.84 0 0.40 291.5 0.72 0.35
Hex 86 19 98 C 54 0 28 123 48 23
Octal 206 31 230 14 124 0 50 443 110 43
Binary 10000110 11001 10011000 1100 1010100 0 101000 100100011 1001000 100011

Color Harmonies of #861998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861998

Black with #861998

Text Example


Text Example

White with #861998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861998; }

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

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

background-color css

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

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

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

border-color css

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

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

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