Html Css Color HEX #81078A Dark Magenta

📋 copy color: '#81078A'

red 129 ◦ green 7 ◦ blue 138

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

Shades of Dark Magenta #81078A

Tints of Dark Magenta #81078A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.55%

 BLUE value IS 138 (54.3% from 255) = 50.36%

R = 47.08%
G = 2.55%
B = 50.36%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#81078A (or 0x81078A) is known color: Dark Magenta. HEX triplet: 81, 07 and 8A. RGB value is (129,7,138). Sum of RGB (Red+Green+Blue) = 129+7+138=274 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.08% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 138 (54.30% from 255 or 50.36% from 274); Max value from RGB is 138 - color contains mainly: blue. Hex color #81078A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81078A is #7EF875. Grayscale: #3A3A3A. Windows color (decimal): -8321142 or 9045889. OLE color: 9045889.

HSL color Cylindrical-coordinate representation of color #81078A: hue angle of 295.88º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81078A is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 129 7 138 -
CMYK 0.07 0.95 0 0.46
HSL 295.88º 0.9% 0.28% -
HSV(B) 295.88º 0.95% 0.54% -
XYZ 13.72 6.65 24.61 -
YUV 58.41 172.92 178.35 -
System Red Green Blue C M Y K H S L
Decimal 129 7 138 0.07 0.95 0 0.46 295.88 0.9 0.28
Hex 81 7 8A 7 5F 0 2E 128 5A 1C
Octal 201 7 212 7 137 0 56 450 132 34
Binary 10000001 111 10001010 111 1011111 0 101110 100101000 1011010 11100

Color Harmonies of #81078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81078A

Black with #81078A

Text Example


Text Example

White with #81078A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81078A; }

 p { color: rgb(129,7,138); }

 H1.HeaderClassName
 {
   color: #81078A;
 }
 .AnyTagClassName
 {
   color: #81078A;
 }
</style>

background-color css

<style>
 a { background-color: #81078A; }

 a { background-color: rgb(129,7,138); }

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

border-color css

<style>
 span { border-color: #81078A; }

 span { border-color: rgb(129,7,138); }

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