Html Css Color HEX #810090 Dark Magenta

📋 copy color: '#810090'

red 129 ◦ green 0 ◦ blue 144

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

Shades of Dark Magenta #810090

Tints of Dark Magenta #810090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.25%
G = 0%
B = 52.75%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#810090 (or 0x810090) is known color: Dark Magenta. HEX triplet: 81, 00 and 90. RGB value is (129,0,144). Sum of RGB (Red+Green+Blue) = 129+0+144=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #810090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810090 is #7EFF6F. Grayscale: #363636. Windows color (decimal): -8322928 or 9437313. OLE color: 9437313.

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

Color convert

RGB 129 0 144 -
CMYK 0.10 1 0 0.44
HSL 293.75º 1% 0.28% -
HSV(B) 293.75º 1% 0.56% -
XYZ 14.09 6.68 26.93 -
YUV 54.99 178.24 180.79 -
System Red Green Blue C M Y K H S L
Decimal 129 0 144 0.10 1 0 0.44 293.75 1 0.28
Hex 81 0 90 A 64 0 2C 126 64 1C
Octal 201 0 220 12 144 0 54 446 144 34
Binary 10000001 0 10010000 1010 1100100 0 101100 100100110 1100100 11100

Color Harmonies of #810090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810090

Black with #810090

Text Example


Text Example

White with #810090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810090; }

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

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

background-color css

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

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

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

border-color css

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

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

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