#821384

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

Shades of Purple #821384

Tints of Purple #821384

Color information

#821384 (or 0x821384) is unknown color: approx Purple. HEX triplet: 82, 13 and 84. RGB value is (130,19,132). Sum of RGB (Red+Green+Blue) = 130+19+132=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 132 - color contains mainly: blue. Hex color #821384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821384 is #7DEC7B. Grayscale: #404040. Windows color (decimal): -8252540 or 8655746. OLE color: 8655746.

HSL color Cylindrical-coordinate representation of color #821384: hue angle of 298.94º 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 #821384 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13019132-
CMYK0.020.8600.48
HSL298.94º74.83%29.61%-
HSV(B)298.94º85.61%51.76%-
XYZ13.66.8822.44-
YUV65.07165.77174.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.26%
GREEN value IS 19 (7.81% from 255) = 6.76%
BLUE value IS 132 (51.95% from 255) = 46.98%
R=46.26%
G=6.76%
B=46.98%

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
Decimal130191320.020.8600.48298.9474.8329.61
Hex82138425603012b4b1e
Octal20223204212606045311336
Binary1000001010011100001001010101100110000100101011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821384; }

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

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

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

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

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

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

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

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