Html Css Color HEX #860896 Dark Magenta

📋 copy color: '#860896'

red 134 ◦ green 8 ◦ blue 150

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

Shades of Dark Magenta #860896

Tints of Dark Magenta #860896

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.74%

 BLUE value IS 150 (58.98% from 255) = 51.37%

R = 45.89%
G = 2.74%
B = 51.37%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#860896 (or 0x860896) is known color: Dark Magenta. HEX triplet: 86, 08 and 96. RGB value is (134,8,150). Sum of RGB (Red+Green+Blue) = 134+8+150=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 150 (58.98% from 255 or 51.37% from 292); Max value from RGB is 150 - color contains mainly: blue. Hex color #860896 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860896 is #79F769. Grayscale: #3D3D3D. Windows color (decimal): -7993194 or 9832582. OLE color: 9832582.

HSL color Cylindrical-coordinate representation of color #860896: hue angle of 293.24º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #860896 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 134 8 150 -
CMYK 0.11 0.95 0 0.41
HSL 293.24º 0.9% 0.31% -
HSV(B) 293.24º 0.95% 0.59% -
XYZ 15.42 7.44 29.48 -
YUV 61.86 177.74 179.45 -
System Red Green Blue C M Y K H S L
Decimal 134 8 150 0.11 0.95 0 0.41 293.24 0.9 0.31
Hex 86 8 96 B 5F 0 29 125 5A 1F
Octal 206 10 226 13 137 0 51 445 132 37
Binary 10000110 1000 10010110 1011 1011111 0 101001 100100101 1011010 11111

Color Harmonies of #860896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860896

Black with #860896

Text Example


Text Example

White with #860896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860896; }

 p { color: rgb(134,8,150); }

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

background-color css

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

 a { background-color: rgb(134,8,150); }

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

border-color css

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

 span { border-color: rgb(134,8,150); }

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