Html Css Color HEX #81009C Dark Magenta

📋 copy color: '#81009C'

red 129 ◦ green 0 ◦ blue 156

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

Shades of Dark Magenta #81009C

Tints of Dark Magenta #81009C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 54.74%

R = 45.26%
G = 0%
B = 54.74%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#81009C (or 0x81009C) is known color: Dark Magenta. HEX triplet: 81, 00 and 9C. RGB value is (129,0,156). Sum of RGB (Red+Green+Blue) = 129+0+156=285 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.26% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #81009C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81009C is #7EFF63. Grayscale: #373737. Windows color (decimal): -8322916 or 10223745. OLE color: 10223745.

HSL color Cylindrical-coordinate representation of color #81009C: hue angle of 289.62º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #81009C is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 129 0 156 -
CMYK 0.17 1 0 0.39
HSL 289.62º 1% 0.31% -
HSV(B) 289.62º 1% 0.61% -
XYZ 15.05 7.07 32.02 -
YUV 56.36 184.24 179.82 -
System Red Green Blue C M Y K H S L
Decimal 129 0 156 0.17 1 0 0.39 289.62 1 0.31
Hex 81 0 9C 11 64 0 27 122 64 1F
Octal 201 0 234 21 144 0 47 442 144 37
Binary 10000001 0 10011100 10001 1100100 0 100111 100100010 1100100 11111

Color Harmonies of #81009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81009C

Black with #81009C

Text Example


Text Example

White with #81009C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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