Html Css Color HEX #860F88 Dark Magenta

📋 copy color: '#860F88'

red 134 ◦ green 15 ◦ blue 136

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

Shades of Dark Magenta #860F88

Tints of Dark Magenta #860F88

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.26%

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

R = 47.02%
G = 5.26%
B = 47.72%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#860F88 (or 0x860F88) is known color: Dark Magenta. HEX triplet: 86, 0F and 88. RGB value is (134,15,136). Sum of RGB (Red+Green+Blue) = 134+15+136=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 15 (6.25% from 255 or 5.26% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 136 - color contains mainly: blue. Hex color #860F88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860F88 is #79F077. Grayscale: #404040. Windows color (decimal): -7991416 or 8916870. OLE color: 8916870.

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

Color convert

RGB 134 15 136 -
CMYK 0.01 0.89 0 0.47
HSL 299.01º 0.8% 0.3% -
HSV(B) 299.01º 0.89% 0.53% -
XYZ 14.45 7.19 23.92 -
YUV 64.38 168.42 177.66 -
System Red Green Blue C M Y K H S L
Decimal 134 15 136 0.01 0.89 0 0.47 299.01 0.8 0.3
Hex 86 F 88 1 59 0 2F 12B 50 1E
Octal 206 17 210 1 131 0 57 453 120 36
Binary 10000110 1111 10001000 1 1011001 0 101111 100101011 1010000 11110

Color Harmonies of #860F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860F88

Black with #860F88

Text Example


Text Example

White with #860F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860F88; }

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

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

background-color css

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

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

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

border-color css

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

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

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