Html Css Color HEX #810AAD Dark Magenta

📋 copy color: '#810AAD'

red 129 ◦ green 10 ◦ blue 173

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

Shades of Dark Magenta #810AAD

Tints of Dark Magenta #810AAD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.21%

 BLUE value IS 173 (67.97% from 255) = 55.45%

R = 41.35%
G = 3.21%
B = 55.45%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#810AAD (or 0x810AAD) is known color: Dark Magenta. HEX triplet: 81, 0A and AD. RGB value is (129,10,173). Sum of RGB (Red+Green+Blue) = 129+10+173=312 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.35% from 312); Green value is 10 (4.30% from 255 or 3.21% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #810AAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810AAD is #7EF552. Grayscale: #3F3F3F. Windows color (decimal): -8320339 or 11340417. OLE color: 11340417.

HSL color Cylindrical-coordinate representation of color #810AAD: hue angle of 283.8º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #810AAD is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 10 173 -
CMYK 0.25 0.94 0 0.32
HSL 283.8º 0.89% 0.36% -
HSV(B) 283.8º 0.94% 0.68% -
XYZ 16.7 7.9 40.18 -
YUV 64.16 189.42 174.25 -
System Red Green Blue C M Y K H S L
Decimal 129 10 173 0.25 0.94 0 0.32 283.8 0.89 0.36
Hex 81 A AD 19 5E 0 20 11C 59 24
Octal 201 12 255 31 136 0 40 434 131 44
Binary 10000001 1010 10101101 11001 1011110 0 100000 100011100 1011001 100100

Color Harmonies of #810AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810AAD

Black with #810AAD

Text Example


Text Example

White with #810AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810AAD; }

 p { color: rgb(129,10,173); }

 H1.HeaderClassName
 {
   color: #810AAD;
 }
 .AnyTagClassName
 {
   color: #810AAD;
 }
</style>

background-color css

<style>
 a { background-color: #810AAD; }

 a { background-color: rgb(129,10,173); }

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

border-color css

<style>
 span { border-color: #810AAD; }

 span { border-color: rgb(129,10,173); }

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