Html Css Color HEX #800092 Dark Magenta

📋 copy color: '#800092'

red 128 ◦ green 0 ◦ blue 146

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

Shades of Dark Magenta #800092

Tints of Dark Magenta #800092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 53.28%

R = 46.72%
G = 0%
B = 53.28%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#800092 (or 0x800092) is known color: Dark Magenta. HEX triplet: 80, 00 and 92. RGB value is (128,0,146). Sum of RGB (Red+Green+Blue) = 128+0+146=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 146 (57.42% from 255 or 53.28% from 274); Max value from RGB is 146 - color contains mainly: blue. Hex color #800092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800092 is #7FFF6D. Grayscale: #363636. Windows color (decimal): -8388462 or 9568384. OLE color: 9568384.

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

Color convert

RGB 128 0 146 -
CMYK 0.12 1 0 0.43
HSL 292.6º 1% 0.29% -
HSV(B) 292.6º 1% 0.57% -
XYZ 14.09 6.66 27.74 -
YUV 54.92 179.41 180.13 -
System Red Green Blue C M Y K H S L
Decimal 128 0 146 0.12 1 0 0.43 292.6 1 0.29
Hex 80 0 92 C 64 0 2B 125 64 1D
Octal 200 0 222 14 144 0 53 445 144 35
Binary 10000000 0 10010010 1100 1100100 0 101011 100100101 1100100 11101

Color Harmonies of #800092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800092

Black with #800092

Text Example


Text Example

White with #800092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800092; }

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

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

background-color css

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

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

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

border-color css

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

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

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