Html Css Color HEX #860B88 Dark Magenta

📋 copy color: '#860B88'

red 134 ◦ green 11 ◦ blue 136

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

Shades of Dark Magenta #860B88

Tints of Dark Magenta #860B88

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.91%

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

R = 47.69%
G = 3.91%
B = 48.4%

CMYK

 C value IS 0.01

 M value IS 0.92

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#860B88 (or 0x860B88) is known color: Dark Magenta. HEX triplet: 86, 0B and 88. RGB value is (134,11,136). Sum of RGB (Red+Green+Blue) = 134+11+136=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 136 (53.52% from 255 or 48.40% from 281); Max value from RGB is 136 - color contains mainly: blue. Hex color #860B88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860B88 is #79F477. Grayscale: #3D3D3D. Windows color (decimal): -7992440 or 8915846. OLE color: 8915846.

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

Color convert

RGB 134 11 136 -
CMYK 0.01 0.92 0 0.47
HSL 299.04º 0.85% 0.29% -
HSV(B) 299.04º 0.92% 0.53% -
XYZ 14.4 7.09 23.9 -
YUV 62.03 169.75 179.34 -
System Red Green Blue C M Y K H S L
Decimal 134 11 136 0.01 0.92 0 0.47 299.04 0.85 0.29
Hex 86 B 88 1 5C 0 2F 12B 55 1D
Octal 206 13 210 1 134 0 57 453 125 35
Binary 10000110 1011 10001000 1 1011100 0 101111 100101011 1010101 11101

Color Harmonies of #860B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860B88

Black with #860B88

Text Example


Text Example

White with #860B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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