Html Css Color HEX #810495 Dark Magenta

📋 copy color: '#810495'

red 129 ◦ green 4 ◦ blue 149

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

Shades of Dark Magenta #810495

Tints of Dark Magenta #810495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.42%

 BLUE value IS 149 (58.59% from 255) = 52.84%

R = 45.74%
G = 1.42%
B = 52.84%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#810495 (or 0x810495) is known color: Dark Magenta. HEX triplet: 81, 04 and 95. RGB value is (129,4,149). Sum of RGB (Red+Green+Blue) = 129+4+149=282 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.74% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #810495 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810495 is #7EFB6A. Grayscale: #393939. Windows color (decimal): -8321899 or 9766017. OLE color: 9766017.

HSL color Cylindrical-coordinate representation of color #810495: hue angle of 291.72º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #810495 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 4 149 -
CMYK 0.13 0.97 0 0.42
HSL 291.72º 0.95% 0.3% -
HSV(B) 291.72º 0.97% 0.58% -
XYZ 14.52 6.92 29 -
YUV 57.91 179.41 178.71 -
System Red Green Blue C M Y K H S L
Decimal 129 4 149 0.13 0.97 0 0.42 291.72 0.95 0.3
Hex 81 4 95 D 61 0 2A 124 5F 1E
Octal 201 4 225 15 141 0 52 444 137 36
Binary 10000001 100 10010101 1101 1100001 0 101010 100100100 1011111 11110

Color Harmonies of #810495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810495

Black with #810495

Text Example


Text Example

White with #810495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810495; }

 p { color: rgb(129,4,149); }

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

background-color css

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

 a { background-color: rgb(129,4,149); }

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

border-color css

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

 span { border-color: rgb(129,4,149); }

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