#810195

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

Shades of Dark Magenta #810195

Tints of Dark Magenta #810195

Color information

#810195 (or 0x810195) is unknown color: approx Dark Magenta. HEX triplet: 81, 01 and 95. RGB value is (129,1,149). Sum of RGB (Red+Green+Blue) = 129+1+149=279 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.24% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #810195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810195 is #7EFE6A. Grayscale: #373737. Windows color (decimal): -8322667 or 9765249. OLE color: 9765249.

HSL color Cylindrical-coordinate representation of color #810195: hue angle of 291.89º 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 #810195 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1291149-
CMYK0.130.9900.42
HSL291.89º98.67%29.41%-
HSV(B)291.89º99.33%58.43%-
XYZ14.496.8628.99-
YUV56.14180.41179.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.24%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 149 (58.59% from 255) = 53.41%
R=46.24%
G=0.36%
B=53.41%

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
Decimal12911490.130.9900.42291.8998.6729.41
Hex81195D6302A124631d
Octal20112251514305244414335
Binary10000001110010101110111000110101010100100100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810195; }

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

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

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

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

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

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

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

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