#851082

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

Shades of Purple #851082

Tints of Purple #851082

Color information

#851082 (or 0x851082) is unknown color: approx Purple. HEX triplet: 85, 10 and 82. RGB value is (133,16,130). Sum of RGB (Red+Green+Blue) = 133+16+130=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #851082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851082 is #7AEF7D. Grayscale: #3F3F3F. Windows color (decimal): -8056702 or 8523909. OLE color: 8523909.

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

Color convert

RGB13316130-
CMYK00.880.020.48
HSL301.54º78.52%29.22%-
HSV(B)301.54º87.97%52.16%-
XYZ13.896.9721.73-
YUV63.98165.26177.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.67%
GREEN value IS 16 (6.64% from 255) = 5.73%
BLUE value IS 130 (51.17% from 255) = 46.59%
R=47.67%
G=5.73%
B=46.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331613000.880.020.48301.5478.5229.22
Hex85108205823012e4f1d
Octal20520202013026045611735
Binary1000010110000100000100101100010110000100101110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851082; }

 p { color: rgb(133,16,130); }

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

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

 a { background-color: rgb(133,16,130); }

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

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

 span { border-color: rgb(133,16,130); }

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