Html Css Color HEX #860993 Dark Magenta

📋 copy color: '#860993'

red 134 ◦ green 9 ◦ blue 147

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

Shades of Dark Magenta #860993

Tints of Dark Magenta #860993

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.1%

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

R = 46.21%
G = 3.1%
B = 50.69%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#860993 (or 0x860993) is known color: Dark Magenta. HEX triplet: 86, 09 and 93. RGB value is (134,9,147). Sum of RGB (Red+Green+Blue) = 134+9+147=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 147 (57.81% from 255 or 50.69% from 290); Max value from RGB is 147 - color contains mainly: blue. Hex color #860993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860993 is #79F66C. Grayscale: #3D3D3D. Windows color (decimal): -7992941 or 9636230. OLE color: 9636230.

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

Color convert

RGB 134 9 147 -
CMYK 0.09 0.94 0 0.42
HSL 294.35º 0.88% 0.31% -
HSV(B) 294.35º 0.94% 0.58% -
XYZ 15.2 7.37 28.23 -
YUV 62.11 175.91 179.28 -
System Red Green Blue C M Y K H S L
Decimal 134 9 147 0.09 0.94 0 0.42 294.35 0.88 0.31
Hex 86 9 93 9 5E 0 2A 126 58 1F
Octal 206 11 223 11 136 0 52 446 130 37
Binary 10000110 1001 10010011 1001 1011110 0 101010 100100110 1011000 11111

Color Harmonies of #860993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860993

Black with #860993

Text Example


Text Example

White with #860993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860993; }

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

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

background-color css

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

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

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

border-color css

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

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

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