#810185

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

Shades of Purple #810185

Tints of Purple #810185

Color information

#810185 (or 0x810185) is unknown color: approx Purple. HEX triplet: 81, 01 and 85. RGB value is (129,1,133). Sum of RGB (Red+Green+Blue) = 129+1+133=263 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.05% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #810185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810185 is #7EFE7A. Grayscale: #353535. Windows color (decimal): -8322683 or 8716673. OLE color: 8716673.

HSL color Cylindrical-coordinate representation of color #810185: hue angle of 298.18º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #810185 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1291133-
CMYK0.030.9900.48
HSL298.18º98.51%26.27%-
HSV(B)298.18º99.25%52.16%-
XYZ13.36.3822.72-
YUV54.32172.41181.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.05%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 133 (52.34% from 255) = 50.57%
R=49.05%
G=0.38%
B=50.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12911330.030.9900.48298.1898.5126.27
Hex8118536303012a631a
Octal2011205314306045214332
Binary100000011100001011111000110110000100101010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810185; }

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

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

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

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

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

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

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

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