Html Css Color HEX #81009A Dark Magenta

📋 copy color: '#81009A'

red 129 ◦ green 0 ◦ blue 154

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

Shades of Dark Magenta #81009A

Tints of Dark Magenta #81009A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 154 (60.55% from 255) = 54.42%

R = 45.58%
G = 0%
B = 54.42%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#81009A (or 0x81009A) is known color: Dark Magenta. HEX triplet: 81, 00 and 9A. RGB value is (129,0,154). Sum of RGB (Red+Green+Blue) = 129+0+154=283 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.58% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 154 (60.55% from 255 or 54.42% from 283); Max value from RGB is 154 - color contains mainly: blue. Hex color #81009A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81009A is #7EFF65. Grayscale: #373737. Windows color (decimal): -8322918 or 10092673. OLE color: 10092673.

HSL color Cylindrical-coordinate representation of color #81009A: hue angle of 290.26º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #81009A is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 129 0 154 -
CMYK 0.16 1 0 0.40
HSL 290.26º 1% 0.3% -
HSV(B) 290.26º 1% 0.6% -
XYZ 14.89 7 31.14 -
YUV 56.13 183.24 179.98 -
System Red Green Blue C M Y K H S L
Decimal 129 0 154 0.16 1 0 0.40 290.26 1 0.3
Hex 81 0 9A 10 64 0 28 122 64 1E
Octal 201 0 232 20 144 0 50 442 144 36
Binary 10000001 0 10011010 10000 1100100 0 101000 100100010 1100100 11110

Color Harmonies of #81009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81009A

Black with #81009A

Text Example


Text Example

White with #81009A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81009A; }

 p { color: rgb(129,0,154); }

 H1.HeaderClassName
 {
   color: #81009A;
 }
 .AnyTagClassName
 {
   color: #81009A;
 }
</style>

background-color css

<style>
 a { background-color: #81009A; }

 a { background-color: rgb(129,0,154); }

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

border-color css

<style>
 span { border-color: #81009A; }

 span { border-color: rgb(129,0,154); }

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