#811384

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

Shades of Purple #811384

Tints of Purple #811384

Color information

#811384 (or 0x811384) is unknown color: approx Purple. HEX triplet: 81, 13 and 84. RGB value is (129,19,132). Sum of RGB (Red+Green+Blue) = 129+19+132=280 (37% of max value = 765). Red value is 129 (50.78% from 255 or 46.07% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 132 - color contains mainly: blue. Hex color #811384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811384 is #7EEC7B. Grayscale: #404040. Windows color (decimal): -8318076 or 8655745. OLE color: 8655745.

HSL color Cylindrical-coordinate representation of color #811384: hue angle of 298.41º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #811384 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12919132-
CMYK0.020.8600.48
HSL298.41º74.83%29.61%-
HSV(B)298.41º85.61%51.76%-
XYZ13.456.822.43-
YUV64.77165.94173.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.07%
GREEN value IS 19 (7.81% from 255) = 6.79%
BLUE value IS 132 (51.95% from 255) = 47.14%
R=46.07%
G=6.79%
B=47.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal129191320.020.8600.48298.4174.8329.61
Hex81138425603012a4b1e
Octal20123204212606045211336
Binary1000000110011100001001010101100110000100101010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811384; }

 p { color: rgb(129,19,132); }

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

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

 a { background-color: rgb(129,19,132); }

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

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

 span { border-color: rgb(129,19,132); }

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