#811C8A

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

Shades of Dark Purple #811C8A

Tints of Dark Purple #811C8A

Color information

#811C8A (or 0x811C8A) is unknown color: approx Dark Purple. HEX triplet: 81, 1C and 8A. RGB value is (129,28,138). Sum of RGB (Red+Green+Blue) = 129+28+138=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #811C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811C8A is #7EE375. Grayscale: #464646. Windows color (decimal): -8315766 or 9051265. OLE color: 9051265.

HSL color Cylindrical-coordinate representation of color #811C8A: hue angle of 295.09º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #811C8A is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12928138-
CMYK0.070.8000.46
HSL295.09º66.27%32.55%-
HSV(B)295.09º79.71%54.12%-
XYZ14.067.3324.72-
YUV70.74165.96169.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.73%
GREEN value IS 28 (11.33% from 255) = 9.49%
BLUE value IS 138 (54.30% from 255) = 46.78%
R=43.73%
G=9.49%
B=46.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal129281380.070.8000.46295.0966.2732.55
Hex811C8A75002E1274221
Octal20134212712005644710241
Binary100000011110010001010111101000001011101001001111000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,28,138); }

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

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

 a { background-color: rgb(129,28,138); }

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

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

 span { border-color: rgb(129,28,138); }

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