Html Css Color HEX #860092 Dark Magenta

📋 copy color: '#860092'

red 134 ◦ green 0 ◦ blue 146

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

Shades of Dark Magenta #860092

Tints of Dark Magenta #860092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 52.14%

R = 47.86%
G = 0%
B = 52.14%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#860092 (or 0x860092) is known color: Dark Magenta. HEX triplet: 86, 00 and 92. RGB value is (134,0,146). Sum of RGB (Red+Green+Blue) = 134+0+146=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #860092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860092 is #79FF6D. Grayscale: #383838. Windows color (decimal): -7995246 or 9568390. OLE color: 9568390.

HSL color Cylindrical-coordinate representation of color #860092: hue angle of 295.07º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #860092 is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 134 0 146 -
CMYK 0.08 1 0 0.43
HSL 295.07º 1% 0.29% -
HSV(B) 295.07º 1% 0.57% -
XYZ 15.02 7.14 27.78 -
YUV 56.71 178.39 183.13 -
System Red Green Blue C M Y K H S L
Decimal 134 0 146 0.08 1 0 0.43 295.07 1 0.29
Hex 86 0 92 8 64 0 2B 127 64 1D
Octal 206 0 222 10 144 0 53 447 144 35
Binary 10000110 0 10010010 1000 1100100 0 101011 100100111 1100100 11101

Color Harmonies of #860092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860092

Black with #860092

Text Example


Text Example

White with #860092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860092; }

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

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

background-color css

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

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

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

border-color css

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

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

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