Html Css Color HEX #810DAA Dark Magenta

📋 copy color: '#810DAA'

red 129 ◦ green 13 ◦ blue 170

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

Shades of Dark Magenta #810DAA

Tints of Dark Magenta #810DAA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.17%

 BLUE value IS 170 (66.8% from 255) = 54.49%

R = 41.35%
G = 4.17%
B = 54.49%

CMYK

 C value IS 0.24

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#810DAA (or 0x810DAA) is known color: Dark Magenta. HEX triplet: 81, 0D and AA. RGB value is (129,13,170). Sum of RGB (Red+Green+Blue) = 129+13+170=312 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.35% from 312); Green value is 13 (5.47% from 255 or 4.17% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #810DAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810DAA is #7EF255. Grayscale: #414141. Windows color (decimal): -8319574 or 11144577. OLE color: 11144577.

HSL color Cylindrical-coordinate representation of color #810DAA: hue angle of 284.33º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #810DAA is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 13 170 -
CMYK 0.24 0.92 0 0.33
HSL 284.33º 0.86% 0.36% -
HSV(B) 284.33º 0.92% 0.67% -
XYZ 16.45 7.86 38.68 -
YUV 65.58 186.93 173.23 -
System Red Green Blue C M Y K H S L
Decimal 129 13 170 0.24 0.92 0 0.33 284.33 0.86 0.36
Hex 81 D AA 18 5C 0 21 11C 56 24
Octal 201 15 252 30 134 0 41 434 126 44
Binary 10000001 1101 10101010 11000 1011100 0 100001 100011100 1010110 100100

Color Harmonies of #810DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810DAA

Black with #810DAA

Text Example


Text Example

White with #810DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,13,170); }

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

background-color css

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

 a { background-color: rgb(129,13,170); }

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

border-color css

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

 span { border-color: rgb(129,13,170); }

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