Html Css Color HEX #810DAB Dark Magenta

📋 copy color: '#810DAB'

red 129 ◦ green 13 ◦ blue 171

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

Shades of Dark Magenta #810DAB

Tints of Dark Magenta #810DAB

RGB

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

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

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

R = 41.21%
G = 4.15%
B = 54.63%

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

#810DAB (or 0x810DAB) is known color: Dark Magenta. HEX triplet: 81, 0D and AB. RGB value is (129,13,171). Sum of RGB (Red+Green+Blue) = 129+13+171=313 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.21% from 313); Green value is 13 (5.47% from 255 or 4.15% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #810DAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810DAB is #7EF254. Grayscale: #414141. Windows color (decimal): -8319573 or 11210113. OLE color: 11210113.

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

Color convert

RGB 129 13 171 -
CMYK 0.25 0.92 0 0.33
HSL 284.05º 0.86% 0.36% -
HSV(B) 284.05º 0.92% 0.67% -
XYZ 16.55 7.9 39.18 -
YUV 65.7 187.43 173.15 -
System Red Green Blue C M Y K H S L
Decimal 129 13 171 0.25 0.92 0 0.33 284.05 0.86 0.36
Hex 81 D AB 19 5C 0 21 11C 56 24
Octal 201 15 253 31 134 0 41 434 126 44
Binary 10000001 1101 10101011 11001 1011100 0 100001 100011100 1010110 100100

Color Harmonies of #810DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810DAB

Black with #810DAB

Text Example


Text Example

White with #810DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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