Html Css Color HEX #800094 Dark Magenta

📋 copy color: '#800094'

red 128 ◦ green 0 ◦ blue 148

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

Shades of Dark Magenta #800094

Tints of Dark Magenta #800094

RGB

 RED value IS 128 (50.39% from 255) = 46.38%

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

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

R = 46.38%
G = 0%
B = 53.62%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#800094 (or 0x800094) is known color: Dark Magenta. HEX triplet: 80, 00 and 94. RGB value is (128,0,148). Sum of RGB (Red+Green+Blue) = 128+0+148=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 148 (58.20% from 255 or 53.62% from 276); Max value from RGB is 148 - color contains mainly: blue. Hex color #800094 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800094 is #7FFF6B. Grayscale: #363636. Windows color (decimal): -8388460 or 9699456. OLE color: 9699456.

HSL color Cylindrical-coordinate representation of color #800094: hue angle of 291.89º 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 #800094 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 0 148 -
CMYK 0.14 1 0 0.42
HSL 291.89º 1% 0.29% -
HSV(B) 291.89º 1% 0.58% -
XYZ 14.25 6.73 28.56 -
YUV 55.14 180.41 179.97 -
System Red Green Blue C M Y K H S L
Decimal 128 0 148 0.14 1 0 0.42 291.89 1 0.29
Hex 80 0 94 E 64 0 2A 124 64 1D
Octal 200 0 224 16 144 0 52 444 144 35
Binary 10000000 0 10010100 1110 1100100 0 101010 100100100 1100100 11101

Color Harmonies of #800094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800094

Black with #800094

Text Example


Text Example

White with #800094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800094; }

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

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

background-color css

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

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

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

border-color css

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

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

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