Html Css Color HEX #860088 Dark Magenta

📋 copy color: '#860088'

red 134 ◦ green 0 ◦ blue 136

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

Shades of Dark Magenta #860088

Tints of Dark Magenta #860088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 50.37%

R = 49.63%
G = 0%
B = 50.37%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#860088 (or 0x860088) is known color: Dark Magenta. HEX triplet: 86, 00 and 88. RGB value is (134,0,136). Sum of RGB (Red+Green+Blue) = 134+0+136=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 136 (53.52% from 255 or 50.37% from 270); Max value from RGB is 136 - color contains mainly: blue. Hex color #860088 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860088 is #79FF77. Grayscale: #373737. Windows color (decimal): -7995256 or 8913030. OLE color: 8913030.

HSL color Cylindrical-coordinate representation of color #860088: hue angle of 299.12º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #860088 is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 0 136 -
CMYK 0.01 1 0 0.47
HSL 299.12º 1% 0.27% -
HSV(B) 299.12º 1% 0.53% -
XYZ 14.28 6.85 23.86 -
YUV 55.57 173.39 183.94 -
System Red Green Blue C M Y K H S L
Decimal 134 0 136 0.01 1 0 0.47 299.12 1 0.27
Hex 86 0 88 1 64 0 2F 12B 64 1B
Octal 206 0 210 1 144 0 57 453 144 33
Binary 10000110 0 10001000 1 1100100 0 101111 100101011 1100100 11011

Color Harmonies of #860088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860088

Black with #860088

Text Example


Text Example

White with #860088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860088; }

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

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

background-color css

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

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

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

border-color css

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

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

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