Html Css Color HEX #81019D Dark Magenta

📋 copy color: '#81019D'

red 129 ◦ green 1 ◦ blue 157

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

Shades of Dark Magenta #81019D

Tints of Dark Magenta #81019D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 157 (61.72% from 255) = 54.7%

R = 44.95%
G = 0.35%
B = 54.7%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#81019D (or 0x81019D) is known color: Dark Magenta. HEX triplet: 81, 01 and 9D. RGB value is (129,1,157). Sum of RGB (Red+Green+Blue) = 129+1+157=287 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.95% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #81019D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81019D is #7EFE62. Grayscale: #383838. Windows color (decimal): -8322659 or 10289537. OLE color: 10289537.

HSL color Cylindrical-coordinate representation of color #81019D: hue angle of 289.23º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #81019D is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 129 1 157 -
CMYK 0.18 0.99 0 0.38
HSL 289.23º 0.99% 0.31% -
HSV(B) 289.23º 0.99% 0.62% -
XYZ 15.15 7.12 32.47 -
YUV 57.06 184.41 179.32 -
System Red Green Blue C M Y K H S L
Decimal 129 1 157 0.18 0.99 0 0.38 289.23 0.99 0.31
Hex 81 1 9D 12 63 0 26 121 63 1F
Octal 201 1 235 22 143 0 46 441 143 37
Binary 10000001 1 10011101 10010 1100011 0 100110 100100001 1100011 11111

Color Harmonies of #81019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81019D

Black with #81019D

Text Example


Text Example

White with #81019D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81019D; }

 p { color: rgb(129,1,157); }

 H1.HeaderClassName
 {
   color: #81019D;
 }
 .AnyTagClassName
 {
   color: #81019D;
 }
</style>

background-color css

<style>
 a { background-color: #81019D; }

 a { background-color: rgb(129,1,157); }

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

border-color css

<style>
 span { border-color: #81019D; }

 span { border-color: rgb(129,1,157); }

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