Html Css Color HEX #810EAB Dark Magenta

📋 copy color: '#810EAB'

red 129 ◦ green 14 ◦ blue 171

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

Shades of Dark Magenta #810EAB

Tints of Dark Magenta #810EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.46%

R = 41.08%
G = 4.46%
B = 54.46%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#810EAB (or 0x810EAB) is known color: Dark Magenta. HEX triplet: 81, 0E and AB. RGB value is (129,14,171). Sum of RGB (Red+Green+Blue) = 129+14+171=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 14 (5.86% from 255 or 4.46% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #810EAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810EAB is #7EF154. Grayscale: #414141. Windows color (decimal): -8319317 or 11210369. OLE color: 11210369.

HSL color Cylindrical-coordinate representation of color #810EAB: hue angle of 283.95º degrees, saturation: 0.85, 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 #810EAB is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 14 171 -
CMYK 0.25 0.92 0 0.33
HSL 283.95º 0.85% 0.36% -
HSV(B) 283.95º 0.92% 0.67% -
XYZ 16.56 7.92 39.18 -
YUV 66.28 187.1 172.73 -
System Red Green Blue C M Y K H S L
Decimal 129 14 171 0.25 0.92 0 0.33 283.95 0.85 0.36
Hex 81 E AB 19 5C 0 21 11C 55 24
Octal 201 16 253 31 134 0 41 434 125 44
Binary 10000001 1110 10101011 11001 1011100 0 100001 100011100 1010101 100100

Color Harmonies of #810EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810EAB

Black with #810EAB

Text Example


Text Example

White with #810EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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