Html Css Color HEX #810490 Dark Magenta

📋 copy color: '#810490'

red 129 ◦ green 4 ◦ blue 144

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

Shades of Dark Magenta #810490

Tints of Dark Magenta #810490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 51.99%

R = 46.57%
G = 1.44%
B = 51.99%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#810490 (or 0x810490) is known color: Dark Magenta. HEX triplet: 81, 04 and 90. RGB value is (129,4,144). Sum of RGB (Red+Green+Blue) = 129+4+144=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #810490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810490 is #7EFB6F. Grayscale: #383838. Windows color (decimal): -8321904 or 9438337. OLE color: 9438337.

HSL color Cylindrical-coordinate representation of color #810490: hue angle of 293.57º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #810490 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 129 4 144 -
CMYK 0.10 0.97 0 0.44
HSL 293.57º 0.95% 0.29% -
HSV(B) 293.57º 0.97% 0.56% -
XYZ 14.13 6.77 26.95 -
YUV 57.34 176.91 179.12 -
System Red Green Blue C M Y K H S L
Decimal 129 4 144 0.10 0.97 0 0.44 293.57 0.95 0.29
Hex 81 4 90 A 61 0 2C 126 5F 1D
Octal 201 4 220 12 141 0 54 446 137 35
Binary 10000001 100 10010000 1010 1100001 0 101100 100100110 1011111 11101

Color Harmonies of #810490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810490

Black with #810490

Text Example


Text Example

White with #810490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810490; }

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

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

background-color css

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

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

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

border-color css

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

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

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