Html Css Color HEX #81018C Dark Magenta

📋 copy color: '#81018C'

red 129 ◦ green 1 ◦ blue 140

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

Shades of Dark Magenta #81018C

Tints of Dark Magenta #81018C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 51.85%

R = 47.78%
G = 0.37%
B = 51.85%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#81018C (or 0x81018C) is known color: Dark Magenta. HEX triplet: 81, 01 and 8C. RGB value is (129,1,140). Sum of RGB (Red+Green+Blue) = 129+1+140=270 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.78% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 140 (55.08% from 255 or 51.85% from 270); Max value from RGB is 140 - color contains mainly: blue. Hex color #81018C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81018C is #7EFE73. Grayscale: #363636. Windows color (decimal): -8322676 or 9175425. OLE color: 9175425.

HSL color Cylindrical-coordinate representation of color #81018C: hue angle of 295.25º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #81018C is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 129 1 140 -
CMYK 0.08 0.99 0 0.45
HSL 295.25º 0.99% 0.28% -
HSV(B) 295.25º 0.99% 0.55% -
XYZ 13.8 6.58 25.35 -
YUV 55.12 175.91 180.7 -
System Red Green Blue C M Y K H S L
Decimal 129 1 140 0.08 0.99 0 0.45 295.25 0.99 0.28
Hex 81 1 8C 8 63 0 2D 127 63 1C
Octal 201 1 214 10 143 0 55 447 143 34
Binary 10000001 1 10001100 1000 1100011 0 101101 100100111 1100011 11100

Color Harmonies of #81018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81018C

Black with #81018C

Text Example


Text Example

White with #81018C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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