#81126E

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

Shades of Dark Purple #81126E

Tints of Dark Purple #81126E

Color information

#81126E (or 0x81126E) is unknown color: approx Dark Purple. HEX triplet: 81, 12 and 6E. RGB value is (129,18,110). Sum of RGB (Red+Green+Blue) = 129+18+110=257 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50.19% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 129 - color contains mainly: red. Hex color #81126E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81126E is #7EED91. Grayscale: #3D3D3D. Windows color (decimal): -8318354 or 7213697. OLE color: 7213697.

HSL color Cylindrical-coordinate representation of color #81126E: hue angle of 310.27º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #81126E is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB12918110-
CMYK00.860.150.49
HSL310.27º75.51%28.82%-
HSV(B)310.27º86.05%50.59%-
XYZ12.086.2315.32-
YUV61.68155.27176.02-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.19%
GREEN value IS 18 (7.42% from 255) = 7.00%
BLUE value IS 110 (43.36% from 255) = 42.80%
R=50.19%
G=7.00%
B=42.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291811000.860.150.49310.2775.5128.82
Hex81126E056F311364c1d
Octal201221560126176146611435
Binary10000001100101101110010101101111110001100110110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81126E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81126E; }

 p { color: rgb(129,18,110); }

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

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

 a { background-color: rgb(129,18,110); }

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

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

 span { border-color: rgb(129,18,110); }

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