Html Css Color HEX #861899 Dark Magenta

📋 copy color: '#861899'

red 134 ◦ green 24 ◦ blue 153

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

Shades of Dark Magenta #861899

Tints of Dark Magenta #861899

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.72%

 BLUE value IS 153 (60.16% from 255) = 49.2%

R = 43.09%
G = 7.72%
B = 49.2%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#861899 (or 0x861899) is known color: Dark Magenta. HEX triplet: 86, 18 and 99. RGB value is (134,24,153). Sum of RGB (Red+Green+Blue) = 134+24+153=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #861899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861899 is #79E766. Grayscale: #474747. Windows color (decimal): -7989095 or 10033286. OLE color: 10033286.

HSL color Cylindrical-coordinate representation of color #861899: hue angle of 291.16º degrees, saturation: 0.73, 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 #861899 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 134 24 153 -
CMYK 0.12 0.84 0 0.4
HSL 291.16º 0.73% 0.35% -
HSV(B) 291.16º 0.84% 0.6% -
XYZ 15.91 8.02 30.85 -
YUV 71.6 173.94 172.51 -
System Red Green Blue C M Y K H S L
Decimal 134 24 153 0.12 0.84 0 0.4 291.16 0.73 0.35
Hex 86 18 99 C 54 0 28 123 49 23
Octal 206 30 231 14 124 0 50 443 111 43
Binary 10000110 11000 10011001 1100 1010100 0 101000 100100011 1001001 100011

Color Harmonies of #861899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861899

Black with #861899

Text Example


Text Example

White with #861899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861899; }

 p { color: rgb(134,24,153); }

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

background-color css

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

 a { background-color: rgb(134,24,153); }

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

border-color css

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

 span { border-color: rgb(134,24,153); }

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