Html Css Color HEX #80038C Dark Magenta

📋 copy color: '#80038C'

red 128 ◦ green 3 ◦ blue 140

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

Shades of Dark Magenta #80038C

Tints of Dark Magenta #80038C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 51.66%

R = 47.23%
G = 1.11%
B = 51.66%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80038C (or 0x80038C) is known color: Dark Magenta. HEX triplet: 80, 03 and 8C. RGB value is (128,3,140). Sum of RGB (Red+Green+Blue) = 128+3+140=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 140 (55.08% from 255 or 51.66% from 271); Max value from RGB is 140 - color contains mainly: blue. Hex color #80038C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80038C is #7FFC73. Grayscale: #373737. Windows color (decimal): -8387700 or 9175936. OLE color: 9175936.

HSL color Cylindrical-coordinate representation of color #80038C: hue angle of 294.74º 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 #80038C is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 3 140 -
CMYK 0.09 0.98 0 0.45
HSL 294.74º 0.96% 0.28% -
HSV(B) 294.74º 0.98% 0.55% -
XYZ 13.67 6.55 25.35 -
YUV 55.99 175.41 179.36 -
System Red Green Blue C M Y K H S L
Decimal 128 3 140 0.09 0.98 0 0.45 294.74 0.96 0.28
Hex 80 3 8C 9 62 0 2D 127 60 1C
Octal 200 3 214 11 142 0 55 447 140 34
Binary 10000000 11 10001100 1001 1100010 0 101101 100100111 1100000 11100

Color Harmonies of #80038C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80038C

Black with #80038C

Text Example


Text Example

White with #80038C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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