Html Css Color HEX #810AAB Dark Magenta

📋 copy color: '#810AAB'

red 129 ◦ green 10 ◦ blue 171

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

Shades of Dark Magenta #810AAB

Tints of Dark Magenta #810AAB

RGB

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

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

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

R = 41.61%
G = 3.23%
B = 55.16%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#810AAB (or 0x810AAB) is known color: Dark Magenta. HEX triplet: 81, 0A and AB. RGB value is (129,10,171). Sum of RGB (Red+Green+Blue) = 129+10+171=310 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.61% from 310); Green value is 10 (4.30% from 255 or 3.23% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #810AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810AAB is #7EF554. Grayscale: #3F3F3F. Windows color (decimal): -8320341 or 11209345. OLE color: 11209345.

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

Color convert

RGB 129 10 171 -
CMYK 0.25 0.94 0 0.33
HSL 284.35º 0.89% 0.35% -
HSV(B) 284.35º 0.94% 0.67% -
XYZ 16.51 7.82 39.17 -
YUV 63.94 188.42 174.41 -
System Red Green Blue C M Y K H S L
Decimal 129 10 171 0.25 0.94 0 0.33 284.35 0.89 0.35
Hex 81 A AB 19 5E 0 21 11C 59 23
Octal 201 12 253 31 136 0 41 434 131 43
Binary 10000001 1010 10101011 11001 1011110 0 100001 100011100 1011001 100011

Color Harmonies of #810AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810AAB

Black with #810AAB

Text Example


Text Example

White with #810AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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