Html Css Color HEX #81159B Dark Magenta

📋 copy color: '#81159B'

red 129 ◦ green 21 ◦ blue 155

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

Shades of Dark Magenta #81159B

Tints of Dark Magenta #81159B

RGB

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

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

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

R = 42.3%
G = 6.89%
B = 50.82%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#81159B (or 0x81159B) is known color: Dark Magenta. HEX triplet: 81, 15 and 9B. RGB value is (129,21,155). Sum of RGB (Red+Green+Blue) = 129+21+155=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #81159B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81159B is #7EEA64. Grayscale: #444444. Windows color (decimal): -8317541 or 10163585. OLE color: 10163585.

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

Color convert

RGB 129 21 155 -
CMYK 0.17 0.86 0 0.39
HSL 288.36º 0.76% 0.35% -
HSV(B) 288.36º 0.86% 0.61% -
XYZ 15.24 7.57 31.67 -
YUV 68.57 176.78 171.1 -
System Red Green Blue C M Y K H S L
Decimal 129 21 155 0.17 0.86 0 0.39 288.36 0.76 0.35
Hex 81 15 9B 11 56 0 27 120 4C 23
Octal 201 25 233 21 126 0 47 440 114 43
Binary 10000001 10101 10011011 10001 1010110 0 100111 100100000 1001100 100011

Color Harmonies of #81159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81159B

Black with #81159B

Text Example


Text Example

White with #81159B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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