Html Css Color HEX #810DAD Dark Magenta

📋 copy color: '#810DAD'

red 129 ◦ green 13 ◦ blue 173

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

Shades of Dark Magenta #810DAD

Tints of Dark Magenta #810DAD

RGB

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

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

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

R = 40.95%
G = 4.13%
B = 54.92%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#810DAD (or 0x810DAD) is known color: Dark Magenta. HEX triplet: 81, 0D and AD. RGB value is (129,13,173). Sum of RGB (Red+Green+Blue) = 129+13+173=315 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.95% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #810DAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810DAD is #7EF252. Grayscale: #414141. Windows color (decimal): -8319571 or 11341185. OLE color: 11341185.

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

Color convert

RGB 129 13 173 -
CMYK 0.25 0.92 0 0.32
HSL 283.5º 0.86% 0.36% -
HSV(B) 283.5º 0.92% 0.68% -
XYZ 16.74 7.97 40.19 -
YUV 65.92 188.43 172.99 -
System Red Green Blue C M Y K H S L
Decimal 129 13 173 0.25 0.92 0 0.32 283.5 0.86 0.36
Hex 81 D AD 19 5C 0 20 11C 56 24
Octal 201 15 255 31 134 0 40 434 126 44
Binary 10000001 1101 10101101 11001 1011100 0 100000 100011100 1010110 100100

Color Harmonies of #810DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810DAD

Black with #810DAD

Text Example


Text Example

White with #810DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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