Html Css Color HEX #81079B Dark Magenta

📋 copy color: '#81079B'

red 129 ◦ green 7 ◦ blue 155

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

Shades of Dark Magenta #81079B

Tints of Dark Magenta #81079B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.41%

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

R = 44.33%
G = 2.41%
B = 53.26%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#81079B (or 0x81079B) is known color: Dark Magenta. HEX triplet: 81, 07 and 9B. RGB value is (129,7,155). Sum of RGB (Red+Green+Blue) = 129+7+155=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #81079B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81079B is #7EF864. Grayscale: #3B3B3B. Windows color (decimal): -8321125 or 10160001. OLE color: 10160001.

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

Color convert

RGB 129 7 155 -
CMYK 0.17 0.95 0 0.39
HSL 289.46º 0.91% 0.32% -
HSV(B) 289.46º 0.95% 0.61% -
XYZ 15.05 7.19 31.6 -
YUV 60.35 181.42 176.97 -
System Red Green Blue C M Y K H S L
Decimal 129 7 155 0.17 0.95 0 0.39 289.46 0.91 0.32
Hex 81 7 9B 11 5F 0 27 121 5B 20
Octal 201 7 233 21 137 0 47 441 133 40
Binary 10000001 111 10011011 10001 1011111 0 100111 100100001 1011011 100000

Color Harmonies of #81079B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81079B

Black with #81079B

Text Example


Text Example

White with #81079B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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