Html Css Color HEX #860094 Dark Magenta

📋 copy color: '#860094'

red 134 ◦ green 0 ◦ blue 148

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

Shades of Dark Magenta #860094

Tints of Dark Magenta #860094

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 148 (58.2% from 255) = 52.48%

R = 47.52%
G = 0%
B = 52.48%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#860094 (or 0x860094) is known color: Dark Magenta. HEX triplet: 86, 00 and 94. RGB value is (134,0,148). Sum of RGB (Red+Green+Blue) = 134+0+148=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 148 (58.20% from 255 or 52.48% from 282); Max value from RGB is 148 - color contains mainly: blue. Hex color #860094 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860094 is #79FF6B. Grayscale: #383838. Windows color (decimal): -7995244 or 9699462. OLE color: 9699462.

HSL color Cylindrical-coordinate representation of color #860094: hue angle of 294.32º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #860094 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 0 148 -
CMYK 0.09 1 0 0.42
HSL 294.32º 1% 0.29% -
HSV(B) 294.32º 1% 0.58% -
XYZ 15.18 7.21 28.61 -
YUV 56.94 179.39 182.97 -
System Red Green Blue C M Y K H S L
Decimal 134 0 148 0.09 1 0 0.42 294.32 1 0.29
Hex 86 0 94 9 64 0 2A 126 64 1D
Octal 206 0 224 11 144 0 52 446 144 35
Binary 10000110 0 10010100 1001 1100100 0 101010 100100110 1100100 11101

Color Harmonies of #860094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860094

Black with #860094

Text Example


Text Example

White with #860094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860094; }

 p { color: rgb(134,0,148); }

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

background-color css

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

 a { background-color: rgb(134,0,148); }

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

border-color css

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

 span { border-color: rgb(134,0,148); }

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