Html Css Color HEX #861B90 Dark Magenta

📋 copy color: '#861B90'

red 134 ◦ green 27 ◦ blue 144

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

Shades of Dark Magenta #861B90

Tints of Dark Magenta #861B90

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.85%

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

R = 43.93%
G = 8.85%
B = 47.21%

CMYK

 C value IS 0.07

 M value IS 0.81

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#861B90 (or 0x861B90) is known color: Dark Magenta. HEX triplet: 86, 1B and 90. RGB value is (134,27,144). Sum of RGB (Red+Green+Blue) = 134+27+144=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 27 (10.94% from 255 or 8.85% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #861B90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #861B90 is #79E46F. Grayscale: #474747. Windows color (decimal): -7988336 or 9444230. OLE color: 9444230.

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

Color convert

RGB 134 27 144 -
CMYK 0.07 0.81 0 0.44
HSL 294.87º 0.68% 0.34% -
HSV(B) 294.87º 0.81% 0.56% -
XYZ 15.26 7.87 27.1 -
YUV 72.33 168.45 171.99 -
System Red Green Blue C M Y K H S L
Decimal 134 27 144 0.07 0.81 0 0.44 294.87 0.68 0.34
Hex 86 1B 90 7 51 0 2C 127 44 22
Octal 206 33 220 7 121 0 54 447 104 42
Binary 10000110 11011 10010000 111 1010001 0 101100 100100111 1000100 100010

Color Harmonies of #861B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861B90

Black with #861B90

Text Example


Text Example

White with #861B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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