Html Css Color HEX #81139D Dark Magenta

📋 copy color: '#81139D'

red 129 ◦ green 19 ◦ blue 157

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

Shades of Dark Magenta #81139D

Tints of Dark Magenta #81139D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.23%

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

R = 42.3%
G = 6.23%
B = 51.48%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#81139D (or 0x81139D) is known color: Dark Magenta. HEX triplet: 81, 13 and 9D. RGB value is (129,19,157). Sum of RGB (Red+Green+Blue) = 129+19+157=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #81139D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81139D is #7EEC62. Grayscale: #434343. Windows color (decimal): -8318051 or 10294145. OLE color: 10294145.

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

Color convert

RGB 129 19 157 -
CMYK 0.18 0.88 0 0.38
HSL 287.83º 0.78% 0.35% -
HSV(B) 287.83º 0.88% 0.62% -
XYZ 15.37 7.57 32.55 -
YUV 67.62 178.44 171.78 -
System Red Green Blue C M Y K H S L
Decimal 129 19 157 0.18 0.88 0 0.38 287.83 0.78 0.35
Hex 81 13 9D 12 58 0 26 120 4E 23
Octal 201 23 235 22 130 0 46 440 116 43
Binary 10000001 10011 10011101 10010 1011000 0 100110 100100000 1001110 100011

Color Harmonies of #81139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81139D

Black with #81139D

Text Example


Text Example

White with #81139D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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