Html Css Color HEX #81149D Dark Magenta

📋 copy color: '#81149D'

red 129 ◦ green 20 ◦ blue 157

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

Shades of Dark Magenta #81149D

Tints of Dark Magenta #81149D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.54%

 BLUE value IS 157 (61.72% from 255) = 51.31%

R = 42.16%
G = 6.54%
B = 51.31%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#81149D (or 0x81149D) is known color: Dark Magenta. HEX triplet: 81, 14 and 9D. RGB value is (129,20,157). Sum of RGB (Red+Green+Blue) = 129+20+157=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 157 (61.72% from 255 or 51.31% from 306); Max value from RGB is 157 - color contains mainly: blue. Hex color #81149D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81149D is #7EEB62. Grayscale: #434343. Windows color (decimal): -8317795 or 10294401. OLE color: 10294401.

HSL color Cylindrical-coordinate representation of color #81149D: hue angle of 287.74º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #81149D is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 129 20 157 -
CMYK 0.18 0.87 0 0.38
HSL 287.74º 0.77% 0.35% -
HSV(B) 287.74º 0.87% 0.62% -
XYZ 15.39 7.6 32.55 -
YUV 68.21 178.11 171.36 -
System Red Green Blue C M Y K H S L
Decimal 129 20 157 0.18 0.87 0 0.38 287.74 0.77 0.35
Hex 81 14 9D 12 57 0 26 120 4D 23
Octal 201 24 235 22 127 0 46 440 115 43
Binary 10000001 10100 10011101 10010 1010111 0 100110 100100000 1001101 100011

Color Harmonies of #81149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81149D

Black with #81149D

Text Example


Text Example

White with #81149D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81149D; }

 p { color: rgb(129,20,157); }

 H1.HeaderClassName
 {
   color: #81149D;
 }
 .AnyTagClassName
 {
   color: #81149D;
 }
</style>

background-color css

<style>
 a { background-color: #81149D; }

 a { background-color: rgb(129,20,157); }

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

border-color css

<style>
 span { border-color: #81149D; }

 span { border-color: rgb(129,20,157); }

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