Html Css Color HEX #860C8A Dark Magenta

📋 copy color: '#860C8A'

red 134 ◦ green 12 ◦ blue 138

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

Shades of Dark Magenta #860C8A

Tints of Dark Magenta #860C8A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.23%

 BLUE value IS 138 (54.3% from 255) = 48.59%

R = 47.18%
G = 4.23%
B = 48.59%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#860C8A (or 0x860C8A) is known color: Dark Magenta. HEX triplet: 86, 0C and 8A. RGB value is (134,12,138). Sum of RGB (Red+Green+Blue) = 134+12+138=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 138 - color contains mainly: blue. Hex color #860C8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860C8A is #79F375. Grayscale: #3E3E3E. Windows color (decimal): -7992182 or 9047174. OLE color: 9047174.

HSL color Cylindrical-coordinate representation of color #860C8A: hue angle of 298.1º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #860C8A is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 134 12 138 -
CMYK 0.03 0.91 0 0.46
HSL 298.1º 0.84% 0.29% -
HSV(B) 298.1º 0.91% 0.54% -
XYZ 14.55 7.17 24.66 -
YUV 62.84 170.42 178.75 -
System Red Green Blue C M Y K H S L
Decimal 134 12 138 0.03 0.91 0 0.46 298.1 0.84 0.29
Hex 86 C 8A 3 5B 0 2E 12A 54 1D
Octal 206 14 212 3 133 0 56 452 124 35
Binary 10000110 1100 10001010 11 1011011 0 101110 100101010 1010100 11101

Color Harmonies of #860C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860C8A

Black with #860C8A

Text Example


Text Example

White with #860C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,12,138); }

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

background-color css

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

 a { background-color: rgb(134,12,138); }

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

border-color css

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

 span { border-color: rgb(134,12,138); }

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