Html Css Color HEX #860396 Dark Magenta

📋 copy color: '#860396'

red 134 ◦ green 3 ◦ blue 150

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

Shades of Dark Magenta #860396

Tints of Dark Magenta #860396

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

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

R = 46.69%
G = 1.05%
B = 52.26%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#860396 (or 0x860396) is known color: Dark Magenta. HEX triplet: 86, 03 and 96. RGB value is (134,3,150). Sum of RGB (Red+Green+Blue) = 134+3+150=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #860396 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860396 is #79FC69. Grayscale: #3A3A3A. Windows color (decimal): -7994474 or 9831302. OLE color: 9831302.

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

Color convert

RGB 134 3 150 -
CMYK 0.11 0.98 0 0.41
HSL 293.47º 0.96% 0.3% -
HSV(B) 293.47º 0.98% 0.59% -
XYZ 15.37 7.34 29.46 -
YUV 58.93 179.4 181.55 -
System Red Green Blue C M Y K H S L
Decimal 134 3 150 0.11 0.98 0 0.41 293.47 0.96 0.3
Hex 86 3 96 B 62 0 29 125 60 1E
Octal 206 3 226 13 142 0 51 445 140 36
Binary 10000110 11 10010110 1011 1100010 0 101001 100100101 1100000 11110

Color Harmonies of #860396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860396

Black with #860396

Text Example


Text Example

White with #860396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860396; }

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

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

background-color css

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

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

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

border-color css

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

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

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