Html Css Color HEX #810EAD Dark Magenta

📋 copy color: '#810EAD'

red 129 ◦ green 14 ◦ blue 173

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

Shades of Dark Magenta #810EAD

Tints of Dark Magenta #810EAD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.43%

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

R = 40.82%
G = 4.43%
B = 54.75%

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

#810EAD (or 0x810EAD) is known color: Dark Magenta. HEX triplet: 81, 0E and AD. RGB value is (129,14,173). Sum of RGB (Red+Green+Blue) = 129+14+173=316 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.82% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #810EAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810EAD is #7EF152. Grayscale: #414141. Windows color (decimal): -8319315 or 11341441. OLE color: 11341441.

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

Color convert

RGB 129 14 173 -
CMYK 0.25 0.92 0 0.32
HSL 283.4º 0.85% 0.37% -
HSV(B) 283.4º 0.92% 0.68% -
XYZ 16.75 8 40.2 -
YUV 66.51 188.1 172.57 -
System Red Green Blue C M Y K H S L
Decimal 129 14 173 0.25 0.92 0 0.32 283.4 0.85 0.37
Hex 81 E AD 19 5C 0 20 11B 55 25
Octal 201 16 255 31 134 0 40 433 125 45
Binary 10000001 1110 10101101 11001 1011100 0 100000 100011011 1010101 100101

Color Harmonies of #810EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810EAD

Black with #810EAD

Text Example


Text Example

White with #810EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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