Html Css Color HEX #81159F Dark Magenta

📋 copy color: '#81159F'

red 129 ◦ green 21 ◦ blue 159

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

Shades of Dark Magenta #81159F

Tints of Dark Magenta #81159F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 51.46%

R = 41.75%
G = 6.8%
B = 51.46%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#81159F (or 0x81159F) is known color: Dark Magenta. HEX triplet: 81, 15 and 9F. RGB value is (129,21,159). Sum of RGB (Red+Green+Blue) = 129+21+159=309 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.75% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #81159F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81159F is #7EEA60. Grayscale: #444444. Windows color (decimal): -8317537 or 10425729. OLE color: 10425729.

HSL color Cylindrical-coordinate representation of color #81159F: hue angle of 286.96º 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 #81159F is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 129 21 159 -
CMYK 0.19 0.87 0 0.38
HSL 286.96º 0.77% 0.35% -
HSV(B) 286.96º 0.87% 0.62% -
XYZ 15.58 7.71 33.47 -
YUV 69.02 178.78 170.78 -
System Red Green Blue C M Y K H S L
Decimal 129 21 159 0.19 0.87 0 0.38 286.96 0.77 0.35
Hex 81 15 9F 13 57 0 26 11F 4D 23
Octal 201 25 237 23 127 0 46 437 115 43
Binary 10000001 10101 10011111 10011 1010111 0 100110 100011111 1001101 100011

Color Harmonies of #81159F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81159F

Black with #81159F

Text Example


Text Example

White with #81159F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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