#810194

Color #810194 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #810194

Tints of Dark Magenta #810194

Color information

#810194 (or 0x810194) is unknown color: approx Dark Magenta. HEX triplet: 81, 01 and 94. RGB value is (129,1,148). Sum of RGB (Red+Green+Blue) = 129+1+148=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 148 (58.20% from 255 or 53.24% from 278); Max value from RGB is 148 - color contains mainly: blue. Hex color #810194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810194 is #7EFE6B. Grayscale: #373737. Windows color (decimal): -8322668 or 9699713. OLE color: 9699713.

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

Color convert

RGB1291148-
CMYK0.130.9900.42
HSL292.24º98.66%29.22%-
HSV(B)292.24º99.32%58.04%-
XYZ14.416.8328.58-
YUV56.03179.91180.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.40%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 148 (58.20% from 255) = 53.24%
R=46.40%
G=0.36%
B=53.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12911480.130.9900.42292.2498.6629.22
Hex81194D6302A124631d
Octal20112241514305244414335
Binary10000001110010100110111000110101010100100100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810194; }

 p { color: rgb(129,1,148); }

 H1.HeaderClassName
 {
   color: #810194;
 }
 .AnyTagClassName
 {
   color: #810194;
 }
</style>
background-color css

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

 a { background-color: rgb(129,1,148); }

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

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

 span { border-color: rgb(129,1,148); }

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