Html Css Color HEX #810D9B Dark Magenta

📋 copy color: '#810D9B'

red 129 ◦ green 13 ◦ blue 155

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

Shades of Dark Magenta #810D9B

Tints of Dark Magenta #810D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 52.19%

R = 43.43%
G = 4.38%
B = 52.19%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#810D9B (or 0x810D9B) is known color: Dark Magenta. HEX triplet: 81, 0D and 9B. RGB value is (129,13,155). Sum of RGB (Red+Green+Blue) = 129+13+155=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 13 (5.47% from 255 or 4.38% from 297); Blue value is 155 (60.94% from 255 or 52.19% from 297); Max value from RGB is 155 - color contains mainly: blue. Hex color #810D9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810D9B is #7EF264. Grayscale: #3F3F3F. Windows color (decimal): -8319589 or 10161537. OLE color: 10161537.

HSL color Cylindrical-coordinate representation of color #810D9B: hue angle of 289.01º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #810D9B is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 129 13 155 -
CMYK 0.17 0.92 0 0.39
HSL 289.01º 0.85% 0.33% -
HSV(B) 289.01º 0.92% 0.61% -
XYZ 15.11 7.32 31.63 -
YUV 63.87 179.43 174.45 -
System Red Green Blue C M Y K H S L
Decimal 129 13 155 0.17 0.92 0 0.39 289.01 0.85 0.33
Hex 81 D 9B 11 5C 0 27 121 55 21
Octal 201 15 233 21 134 0 47 441 125 41
Binary 10000001 1101 10011011 10001 1011100 0 100111 100100001 1010101 100001

Color Harmonies of #810D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810D9B

Black with #810D9B

Text Example


Text Example

White with #810D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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