Html Css Color HEX #81119B Dark Magenta

📋 copy color: '#81119B'

red 129 ◦ green 17 ◦ blue 155

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

Shades of Dark Magenta #81119B

Tints of Dark Magenta #81119B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.65%

 BLUE value IS 155 (60.94% from 255) = 51.5%

R = 42.86%
G = 5.65%
B = 51.5%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#81119B (or 0x81119B) is known color: Dark Magenta. HEX triplet: 81, 11 and 9B. RGB value is (129,17,155). Sum of RGB (Red+Green+Blue) = 129+17+155=301 (39% of max value = 765). Red value is 129 (50.78% from 255 or 42.86% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #81119B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81119B is #7EEE64. Grayscale: #414141. Windows color (decimal): -8318565 or 10162561. OLE color: 10162561.

HSL color Cylindrical-coordinate representation of color #81119B: hue angle of 288.7º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #81119B is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 129 17 155 -
CMYK 0.17 0.89 0 0.39
HSL 288.7º 0.8% 0.34% -
HSV(B) 288.7º 0.89% 0.61% -
XYZ 15.17 7.43 31.65 -
YUV 66.22 178.11 172.78 -
System Red Green Blue C M Y K H S L
Decimal 129 17 155 0.17 0.89 0 0.39 288.7 0.8 0.34
Hex 81 11 9B 11 59 0 27 121 50 22
Octal 201 21 233 21 131 0 47 441 120 42
Binary 10000001 10001 10011011 10001 1011001 0 100111 100100001 1010000 100010

Color Harmonies of #81119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81119B

Black with #81119B

Text Example


Text Example

White with #81119B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,17,155); }

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

background-color css

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

 a { background-color: rgb(129,17,155); }

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

border-color css

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

 span { border-color: rgb(129,17,155); }

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