Html Css Color HEX #80038B Dark Magenta

📋 copy color: '#80038B'

red 128 ◦ green 3 ◦ blue 139

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

Shades of Dark Magenta #80038B

Tints of Dark Magenta #80038B

RGB

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

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

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

R = 47.41%
G = 1.11%
B = 51.48%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80038B (or 0x80038B) is known color: Dark Magenta. HEX triplet: 80, 03 and 8B. RGB value is (128,3,139). Sum of RGB (Red+Green+Blue) = 128+3+139=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #80038B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80038B is #7FFC74. Grayscale: #373737. Windows color (decimal): -8387701 or 9110400. OLE color: 9110400.

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

Color convert

RGB 128 3 139 -
CMYK 0.08 0.98 0 0.45
HSL 295.15º 0.96% 0.28% -
HSV(B) 295.15º 0.98% 0.55% -
XYZ 13.59 6.52 24.97 -
YUV 55.88 174.91 179.44 -
System Red Green Blue C M Y K H S L
Decimal 128 3 139 0.08 0.98 0 0.45 295.15 0.96 0.28
Hex 80 3 8B 8 62 0 2D 127 60 1C
Octal 200 3 213 10 142 0 55 447 140 34
Binary 10000000 11 10001011 1000 1100010 0 101101 100100111 1100000 11100

Color Harmonies of #80038B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80038B

Black with #80038B

Text Example


Text Example

White with #80038B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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