Html Css Color HEX #860098 Dark Magenta

📋 copy color: '#860098'

red 134 ◦ green 0 ◦ blue 152

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

Shades of Dark Magenta #860098

Tints of Dark Magenta #860098

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.85%
G = 0%
B = 53.15%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#860098 (or 0x860098) is known color: Dark Magenta. HEX triplet: 86, 00 and 98. RGB value is (134,0,152). Sum of RGB (Red+Green+Blue) = 134+0+152=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #860098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860098 is #79FF67. Grayscale: #383838. Windows color (decimal): -7995240 or 9961606. OLE color: 9961606.

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

Color convert

RGB 134 0 152 -
CMYK 0.12 1 0 0.40
HSL 292.89º 1% 0.3% -
HSV(B) 292.89º 1% 0.6% -
XYZ 15.5 7.34 30.3 -
YUV 57.39 181.39 182.64 -
System Red Green Blue C M Y K H S L
Decimal 134 0 152 0.12 1 0 0.40 292.89 1 0.3
Hex 86 0 98 C 64 0 28 125 64 1E
Octal 206 0 230 14 144 0 50 445 144 36
Binary 10000110 0 10011000 1100 1100100 0 101000 100100101 1100100 11110

Color Harmonies of #860098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860098

Black with #860098

Text Example


Text Example

White with #860098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860098; }

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

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

background-color css

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

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

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

border-color css

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

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

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