Html Css Color HEX #810BAB Dark Magenta

📋 copy color: '#810BAB'

red 129 ◦ green 11 ◦ blue 171

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

Shades of Dark Magenta #810BAB

Tints of Dark Magenta #810BAB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.54%

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

R = 41.48%
G = 3.54%
B = 54.98%

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

#810BAB (or 0x810BAB) is known color: Dark Magenta. HEX triplet: 81, 0B and AB. RGB value is (129,11,171). Sum of RGB (Red+Green+Blue) = 129+11+171=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #810BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810BAB is #7EF454. Grayscale: #404040. Windows color (decimal): -8320085 or 11209601. OLE color: 11209601.

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

Color convert

RGB 129 11 171 -
CMYK 0.25 0.94 0 0.33
HSL 284.25º 0.88% 0.36% -
HSV(B) 284.25º 0.94% 0.67% -
XYZ 16.52 7.85 39.17 -
YUV 64.52 188.09 173.99 -
System Red Green Blue C M Y K H S L
Decimal 129 11 171 0.25 0.94 0 0.33 284.25 0.88 0.36
Hex 81 B AB 19 5E 0 21 11C 58 24
Octal 201 13 253 31 136 0 41 434 130 44
Binary 10000001 1011 10101011 11001 1011110 0 100001 100011100 1011000 100100

Color Harmonies of #810BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810BAB

Black with #810BAB

Text Example


Text Example

White with #810BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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