Html Css Color HEX #81078C Dark Magenta

📋 copy color: '#81078C'

red 129 ◦ green 7 ◦ blue 140

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

Shades of Dark Magenta #81078C

Tints of Dark Magenta #81078C

RGB

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

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

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

R = 46.74%
G = 2.54%
B = 50.72%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#81078C (or 0x81078C) is known color: Dark Magenta. HEX triplet: 81, 07 and 8C. RGB value is (129,7,140). Sum of RGB (Red+Green+Blue) = 129+7+140=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 140 (55.08% from 255 or 50.72% from 276); Max value from RGB is 140 - color contains mainly: blue. Hex color #81078C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81078C is #7EF873. Grayscale: #3A3A3A. Windows color (decimal): -8321140 or 9176961. OLE color: 9176961.

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

Color convert

RGB 129 7 140 -
CMYK 0.08 0.95 0 0.45
HSL 295.04º 0.9% 0.29% -
HSV(B) 295.04º 0.95% 0.55% -
XYZ 13.86 6.71 25.38 -
YUV 58.64 173.92 178.19 -
System Red Green Blue C M Y K H S L
Decimal 129 7 140 0.08 0.95 0 0.45 295.04 0.9 0.29
Hex 81 7 8C 8 5F 0 2D 127 5A 1D
Octal 201 7 214 10 137 0 55 447 132 35
Binary 10000001 111 10001100 1000 1011111 0 101101 100100111 1011010 11101

Color Harmonies of #81078C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81078C

Black with #81078C

Text Example


Text Example

White with #81078C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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