#861B90

Color #861B90 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #861B90

Tints of Dark Magenta #861B90

Color information

#861B90 (or 0x861B90) is unknown color: approx 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

RGB13427144-
CMYK0.070.8100.44
HSL294.87º68.42%33.53%-
HSV(B)294.87º81.25%56.47%-
XYZ15.267.8727.1-
YUV72.33168.45171.99-

RGB Variations

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

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 (Cyan) values IS 0.07
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal134271440.070.8100.44294.8768.4233.53
Hex861B9075102C1274422
Octal20633220712105444710442
Binary100001101101110010000111101000101011001001001111000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>