Html Css Color HEX #860692 Dark Magenta

📋 copy color: '#860692'

red 134 ◦ green 6 ◦ blue 146

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

Shades of Dark Magenta #860692

Tints of Dark Magenta #860692

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.1%

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

R = 46.85%
G = 2.1%
B = 51.05%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#860692 (or 0x860692) is known color: Dark Magenta. HEX triplet: 86, 06 and 92. RGB value is (134,6,146). Sum of RGB (Red+Green+Blue) = 134+6+146=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 6 (2.73% from 255 or 2.10% from 286); Blue value is 146 (57.42% from 255 or 51.05% from 286); Max value from RGB is 146 - color contains mainly: blue. Hex color #860692 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860692 is #79F96D. Grayscale: #3B3B3B. Windows color (decimal): -7993710 or 9569926. OLE color: 9569926.

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

Color convert

RGB 134 6 146 -
CMYK 0.08 0.96 0 0.43
HSL 294.86º 0.92% 0.3% -
HSV(B) 294.86º 0.96% 0.57% -
XYZ 15.08 7.27 27.8 -
YUV 60.23 176.41 180.62 -
System Red Green Blue C M Y K H S L
Decimal 134 6 146 0.08 0.96 0 0.43 294.86 0.92 0.3
Hex 86 6 92 8 60 0 2B 127 5C 1E
Octal 206 6 222 10 140 0 53 447 134 36
Binary 10000110 110 10010010 1000 1100000 0 101011 100100111 1011100 11110

Color Harmonies of #860692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860692

Black with #860692

Text Example


Text Example

White with #860692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860692; }

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

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

background-color css

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

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

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

border-color css

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

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

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