Html Css Color HEX #860290 Dark Magenta

📋 copy color: '#860290'

red 134 ◦ green 2 ◦ blue 144

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

Shades of Dark Magenta #860290

Tints of Dark Magenta #860290

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

 BLUE value IS 144 (56.64% from 255) = 51.43%

R = 47.86%
G = 0.71%
B = 51.43%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#860290 (or 0x860290) is known color: Dark Magenta. HEX triplet: 86, 02 and 90. RGB value is (134,2,144). Sum of RGB (Red+Green+Blue) = 134+2+144=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #860290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860290 is #79FD6F. Grayscale: #393939. Windows color (decimal): -7994736 or 9437830. OLE color: 9437830.

HSL color Cylindrical-coordinate representation of color #860290: hue angle of 295.77º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #860290 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 134 2 144 -
CMYK 0.07 0.99 0 0.44
HSL 295.77º 0.97% 0.29% -
HSV(B) 295.77º 0.99% 0.56% -
XYZ 14.89 7.13 26.98 -
YUV 57.66 176.73 182.45 -
System Red Green Blue C M Y K H S L
Decimal 134 2 144 0.07 0.99 0 0.44 295.77 0.97 0.29
Hex 86 2 90 7 63 0 2C 128 61 1D
Octal 206 2 220 7 143 0 54 450 141 35
Binary 10000110 10 10010000 111 1100011 0 101100 100101000 1100001 11101

Color Harmonies of #860290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860290

Black with #860290

Text Example


Text Example

White with #860290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860290; }

 p { color: rgb(134,2,144); }

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

background-color css

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

 a { background-color: rgb(134,2,144); }

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

border-color css

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

 span { border-color: rgb(134,2,144); }

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