#811A88

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

Shades of Dark Purple #811A88

Tints of Dark Purple #811A88

Color information

#811A88 (or 0x811A88) is unknown color: approx Dark Purple. HEX triplet: 81, 1A and 88. RGB value is (129,26,136). Sum of RGB (Red+Green+Blue) = 129+26+136=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 136 - color contains mainly: blue. Hex color #811A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811A88 is #7EE577. Grayscale: #454545. Windows color (decimal): -8316280 or 8919681. OLE color: 8919681.

HSL color Cylindrical-coordinate representation of color #811A88: hue angle of 296.18º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #811A88 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12926136-
CMYK0.050.8100.47
HSL296.18º67.9%31.76%-
HSV(B)296.18º80.88%53.33%-
XYZ13.877.1823.95-
YUV69.34165.62170.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.33%
GREEN value IS 26 (10.55% from 255) = 8.93%
BLUE value IS 136 (53.52% from 255) = 46.74%
R=44.33%
G=8.93%
B=46.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129261360.050.8100.47296.1867.931.76
Hex811A8855102F1284420
Octal20132210512105745010440
Binary100000011101010001000101101000101011111001010001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811A88; }

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

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

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

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

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

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

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

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