Html Css Color HEX #860192 Dark Magenta

📋 copy color: '#860192'

red 134 ◦ green 1 ◦ blue 146

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

Shades of Dark Magenta #860192

Tints of Dark Magenta #860192

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 47.69%
G = 0.36%
B = 51.96%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#860192 (or 0x860192) is known color: Dark Magenta. HEX triplet: 86, 01 and 92. RGB value is (134,1,146). Sum of RGB (Red+Green+Blue) = 134+1+146=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #860192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860192 is #79FE6D. Grayscale: #383838. Windows color (decimal): -7994990 or 9568646. OLE color: 9568646.

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

Color convert

RGB 134 1 146 -
CMYK 0.08 0.99 0 0.43
HSL 295.03º 0.99% 0.29% -
HSV(B) 295.03º 0.99% 0.57% -
XYZ 15.03 7.17 27.78 -
YUV 57.3 178.06 182.71 -
System Red Green Blue C M Y K H S L
Decimal 134 1 146 0.08 0.99 0 0.43 295.03 0.99 0.29
Hex 86 1 92 8 63 0 2B 127 63 1D
Octal 206 1 222 10 143 0 53 447 143 35
Binary 10000110 1 10010010 1000 1100011 0 101011 100100111 1100011 11101

Color Harmonies of #860192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860192

Black with #860192

Text Example


Text Example

White with #860192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860192; }

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

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

background-color css

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

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

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

border-color css

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

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

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