Html Css Color HEX #81159C Dark Magenta

📋 copy color: '#81159C'

red 129 ◦ green 21 ◦ blue 156

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

Shades of Dark Magenta #81159C

Tints of Dark Magenta #81159C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.86%

 BLUE value IS 156 (61.33% from 255) = 50.98%

R = 42.16%
G = 6.86%
B = 50.98%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#81159C (or 0x81159C) is known color: Dark Magenta. HEX triplet: 81, 15 and 9C. RGB value is (129,21,156). Sum of RGB (Red+Green+Blue) = 129+21+156=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #81159C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81159C is #7EEA63. Grayscale: #444444. Windows color (decimal): -8317540 or 10229121. OLE color: 10229121.

HSL color Cylindrical-coordinate representation of color #81159C: hue angle of 288º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #81159C is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 129 21 156 -
CMYK 0.17 0.87 0 0.39
HSL 288º 0.76% 0.35% -
HSV(B) 288º 0.87% 0.61% -
XYZ 15.32 7.6 32.11 -
YUV 68.68 177.28 171.02 -
System Red Green Blue C M Y K H S L
Decimal 129 21 156 0.17 0.87 0 0.39 288 0.76 0.35
Hex 81 15 9C 11 57 0 27 120 4C 23
Octal 201 25 234 21 127 0 47 440 114 43
Binary 10000001 10101 10011100 10001 1010111 0 100111 100100000 1001100 100011

Color Harmonies of #81159C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81159C

Black with #81159C

Text Example


Text Example

White with #81159C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,21,156); }

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

background-color css

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

 a { background-color: rgb(129,21,156); }

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

border-color css

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

 span { border-color: rgb(129,21,156); }

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