#811A6A

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

Shades of Dark Purple #811A6A

Tints of Dark Purple #811A6A

Color information

#811A6A (or 0x811A6A) is unknown color: approx Dark Purple. HEX triplet: 81, 1A and 6A. RGB value is (129,26,106). Sum of RGB (Red+Green+Blue) = 129+26+106=261 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.43% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 106 (41.80% from 255 or 40.61% from 261); Max value from RGB is 129 - color contains mainly: red. Hex color #811A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811A6A is #7EE595. Grayscale: #414141. Windows color (decimal): -8316310 or 6953601. OLE color: 6953601.

HSL color Cylindrical-coordinate representation of color #811A6A: hue angle of 313.4º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #811A6A is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB12926106-
CMYK00.800.180.49
HSL313.4º66.45%30.39%-
HSV(B)313.4º79.84%50.59%-
XYZ12.026.4514.25-
YUV65.92150.62173-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.43%
GREEN value IS 26 (10.55% from 255) = 9.96%
BLUE value IS 106 (41.80% from 255) = 40.61%
R=49.43%
G=9.96%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1292610600.800.180.49313.466.4530.39
Hex811A6A0501231139421e
Octal201321520120226147110236
Binary100000011101011010100101000010010110001100111001100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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