Html Css Color HEX #860193 Dark Magenta

📋 copy color: '#860193'

red 134 ◦ green 1 ◦ blue 147

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

Shades of Dark Magenta #860193

Tints of Dark Magenta #860193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 52.13%

R = 47.52%
G = 0.35%
B = 52.13%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#860193 (or 0x860193) is known color: Dark Magenta. HEX triplet: 86, 01 and 93. RGB value is (134,1,147). Sum of RGB (Red+Green+Blue) = 134+1+147=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #860193 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860193 is #79FE6C. Grayscale: #383838. Windows color (decimal): -7994989 or 9634182. OLE color: 9634182.

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

Color convert

RGB 134 1 147 -
CMYK 0.09 0.99 0 0.42
HSL 294.66º 0.99% 0.29% -
HSV(B) 294.66º 0.99% 0.58% -
XYZ 15.11 7.2 28.2 -
YUV 57.41 178.56 182.63 -
System Red Green Blue C M Y K H S L
Decimal 134 1 147 0.09 0.99 0 0.42 294.66 0.99 0.29
Hex 86 1 93 9 63 0 2A 127 63 1D
Octal 206 1 223 11 143 0 52 447 143 35
Binary 10000110 1 10010011 1001 1100011 0 101010 100100111 1100011 11101

Color Harmonies of #860193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860193

Black with #860193

Text Example


Text Example

White with #860193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860193; }

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

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

background-color css

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

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

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

border-color css

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

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

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