Html Css Color HEX #81088C Dark Magenta

📋 copy color: '#81088C'

red 129 ◦ green 8 ◦ blue 140

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

Shades of Dark Magenta #81088C

Tints of Dark Magenta #81088C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.89%

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

R = 46.57%
G = 2.89%
B = 50.54%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#81088C (or 0x81088C) is known color: Dark Magenta. HEX triplet: 81, 08 and 8C. RGB value is (129,8,140). Sum of RGB (Red+Green+Blue) = 129+8+140=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #81088C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81088C is #7EF773. Grayscale: #3A3A3A. Windows color (decimal): -8320884 or 9177217. OLE color: 9177217.

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

Color convert

RGB 129 8 140 -
CMYK 0.08 0.94 0 0.45
HSL 295º 0.89% 0.29% -
HSV(B) 295º 0.94% 0.55% -
XYZ 13.87 6.73 25.38 -
YUV 59.23 173.59 177.77 -
System Red Green Blue C M Y K H S L
Decimal 129 8 140 0.08 0.94 0 0.45 295 0.89 0.29
Hex 81 8 8C 8 5E 0 2D 127 59 1D
Octal 201 10 214 10 136 0 55 447 131 35
Binary 10000001 1000 10001100 1000 1011110 0 101101 100100111 1011001 11101

Color Harmonies of #81088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81088C

Black with #81088C

Text Example


Text Example

White with #81088C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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