Html Css Color HEX #81028C Dark Magenta

📋 copy color: '#81028C'

red 129 ◦ green 2 ◦ blue 140

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

Shades of Dark Magenta #81028C

Tints of Dark Magenta #81028C

RGB

 RED value IS 129 (50.78% from 255) = 47.6%

 GREEN value IS 2 (1.17% from 255) = 0.74%

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

R = 47.6%
G = 0.74%
B = 51.66%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#81028C (or 0x81028C) is known color: Dark Magenta. HEX triplet: 81, 02 and 8C. RGB value is (129,2,140). Sum of RGB (Red+Green+Blue) = 129+2+140=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 2 (1.17% from 255 or 0.74% 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 #81028C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81028C is #7EFD73. Grayscale: #373737. Windows color (decimal): -8322420 or 9175681. OLE color: 9175681.

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

Color convert

RGB 129 2 140 -
CMYK 0.08 0.99 0 0.45
HSL 295.22º 0.97% 0.28% -
HSV(B) 295.22º 0.99% 0.55% -
XYZ 13.81 6.6 25.36 -
YUV 55.71 175.58 180.28 -
System Red Green Blue C M Y K H S L
Decimal 129 2 140 0.08 0.99 0 0.45 295.22 0.97 0.28
Hex 81 2 8C 8 63 0 2D 127 61 1C
Octal 201 2 214 10 143 0 55 447 141 34
Binary 10000001 10 10001100 1000 1100011 0 101101 100100111 1100001 11100

Color Harmonies of #81028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81028C

Black with #81028C

Text Example


Text Example

White with #81028C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,2,140); }

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

background-color css

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

 a { background-color: rgb(129,2,140); }

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

border-color css

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

 span { border-color: rgb(129,2,140); }

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