Html Css Color HEX #81028B Dark Magenta

📋 copy color: '#81028B'

red 129 ◦ green 2 ◦ blue 139

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

Shades of Dark Magenta #81028B

Tints of Dark Magenta #81028B

RGB

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

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

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

R = 47.78%
G = 0.74%
B = 51.48%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#81028B (or 0x81028B) is known color: Dark Magenta. HEX triplet: 81, 02 and 8B. RGB value is (129,2,139). Sum of RGB (Red+Green+Blue) = 129+2+139=270 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.78% from 270); Green value is 2 (1.17% from 255 or 0.74% 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 #81028B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81028B is #7EFD74. Grayscale: #373737. Windows color (decimal): -8322421 or 9110145. OLE color: 9110145.

HSL color Cylindrical-coordinate representation of color #81028B: hue angle of 295.62º 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 #81028B is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 129 2 139 -
CMYK 0.07 0.99 0 0.45
HSL 295.62º 0.97% 0.28% -
HSV(B) 295.62º 0.99% 0.55% -
XYZ 13.74 6.57 24.97 -
YUV 55.59 175.08 180.36 -
System Red Green Blue C M Y K H S L
Decimal 129 2 139 0.07 0.99 0 0.45 295.62 0.97 0.28
Hex 81 2 8B 7 63 0 2D 128 61 1C
Octal 201 2 213 7 143 0 55 450 141 34
Binary 10000001 10 10001011 111 1100011 0 101101 100101000 1100001 11100

Color Harmonies of #81028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81028B

Black with #81028B

Text Example


Text Example

White with #81028B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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