Html Css Color HEX #860190 Dark Magenta

📋 copy color: '#860190'

red 134 ◦ green 1 ◦ blue 144

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

Shades of Dark Magenta #860190

Tints of Dark Magenta #860190

RGB

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

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

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

R = 48.03%
G = 0.36%
B = 51.61%

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

#860190 (or 0x860190) is known color: Dark Magenta. HEX triplet: 86, 01 and 90. RGB value is (134,1,144). Sum of RGB (Red+Green+Blue) = 134+1+144=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #860190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860190 is #79FE6F. Grayscale: #383838. Windows color (decimal): -7994992 or 9437574. OLE color: 9437574.

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

Color convert

RGB 134 1 144 -
CMYK 0.07 0.99 0 0.44
HSL 295.8º 0.99% 0.28% -
HSV(B) 295.8º 0.99% 0.56% -
XYZ 14.88 7.1 26.97 -
YUV 57.07 177.06 182.87 -
System Red Green Blue C M Y K H S L
Decimal 134 1 144 0.07 0.99 0 0.44 295.8 0.99 0.28
Hex 86 1 90 7 63 0 2C 128 63 1C
Octal 206 1 220 7 143 0 54 450 143 34
Binary 10000110 1 10010000 111 1100011 0 101100 100101000 1100011 11100

Color Harmonies of #860190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860190

Black with #860190

Text Example


Text Example

White with #860190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860190; }

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

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

background-color css

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

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

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

border-color css

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

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

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