Html Css Color HEX #80048B Dark Magenta

📋 copy color: '#80048B'

red 128 ◦ green 4 ◦ blue 139

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

Shades of Dark Magenta #80048B

Tints of Dark Magenta #80048B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.48%

 BLUE value IS 139 (54.69% from 255) = 51.29%

R = 47.23%
G = 1.48%
B = 51.29%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80048B (or 0x80048B) is known color: Dark Magenta. HEX triplet: 80, 04 and 8B. RGB value is (128,4,139). Sum of RGB (Red+Green+Blue) = 128+4+139=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #80048B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80048B is #7FFB74. Grayscale: #383838. Windows color (decimal): -8387445 or 9110656. OLE color: 9110656.

HSL color Cylindrical-coordinate representation of color #80048B: hue angle of 295.11º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80048B is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 4 139 -
CMYK 0.08 0.97 0 0.45
HSL 295.11º 0.94% 0.28% -
HSV(B) 295.11º 0.97% 0.55% -
XYZ 13.61 6.54 24.97 -
YUV 56.47 174.58 179.02 -
System Red Green Blue C M Y K H S L
Decimal 128 4 139 0.08 0.97 0 0.45 295.11 0.94 0.28
Hex 80 4 8B 8 61 0 2D 127 5E 1C
Octal 200 4 213 10 141 0 55 447 136 34
Binary 10000000 100 10001011 1000 1100001 0 101101 100100111 1011110 11100

Color Harmonies of #80048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80048B

Black with #80048B

Text Example


Text Example

White with #80048B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80048B; }

 p { color: rgb(128,4,139); }

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

background-color css

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

 a { background-color: rgb(128,4,139); }

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

border-color css

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

 span { border-color: rgb(128,4,139); }

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