#810D88

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

Shades of Purple #810D88

Tints of Purple #810D88

Color information

#810D88 (or 0x810D88) is unknown color: approx Purple. HEX triplet: 81, 0D and 88. RGB value is (129,13,136). Sum of RGB (Red+Green+Blue) = 129+13+136=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 13 (5.47% from 255 or 4.68% from 278); Blue value is 136 (53.52% from 255 or 48.92% from 278); Max value from RGB is 136 - color contains mainly: blue. Hex color #810D88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810D88 is #7EF277. Grayscale: #3D3D3D. Windows color (decimal): -8319608 or 8916353. OLE color: 8916353.

HSL color Cylindrical-coordinate representation of color #810D88: hue angle of 296.59º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #810D88 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12913136-
CMYK0.050.9000.47
HSL296.59º82.55%29.22%-
HSV(B)296.59º90.44%53.33%-
XYZ13.646.7323.87-
YUV61.71169.93176-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.40%
GREEN value IS 13 (5.47% from 255) = 4.68%
BLUE value IS 136 (53.52% from 255) = 48.92%
R=46.40%
G=4.68%
B=48.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129131360.050.9000.47296.5982.5529.22
Hex81D8855A02F129531d
Octal20115210513205745112335
Binary1000000111011000100010110110100101111100101001101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,13,136); }

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

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

 a { background-color: rgb(129,13,136); }

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

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

 span { border-color: rgb(129,13,136); }

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