#810B89

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

Shades of Purple #810B89

Tints of Purple #810B89

Color information

#810B89 (or 0x810B89) is unknown color: approx Purple. HEX triplet: 81, 0B and 89. RGB value is (129,11,137). Sum of RGB (Red+Green+Blue) = 129+11+137=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 11 (4.69% from 255 or 3.97% from 277); Blue value is 137 (53.91% from 255 or 49.46% from 277); Max value from RGB is 137 - color contains mainly: blue. Hex color #810B89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810B89 is #7EF476. Grayscale: #3C3C3C. Windows color (decimal): -8320119 or 8981377. OLE color: 8981377.

HSL color Cylindrical-coordinate representation of color #810B89: hue angle of 296.19º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #810B89 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12911137-
CMYK0.060.9200.46
HSL296.19º85.14%29.02%-
HSV(B)296.19º91.97%53.73%-
XYZ13.696.7124.24-
YUV60.65171.09176.75-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.57%
GREEN value IS 11 (4.69% from 255) = 3.97%
BLUE value IS 137 (53.91% from 255) = 49.46%
R=46.57%
G=3.97%
B=49.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal129111370.060.9200.46296.1985.1429.02
Hex81B8965C02E128551d
Octal20113211613405645012535
Binary1000000110111000100111010111000101110100101000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810B89; }

 p { color: rgb(129,11,137); }

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

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

 a { background-color: rgb(129,11,137); }

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

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

 span { border-color: rgb(129,11,137); }

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