#851281

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

Shades of Dark Purple #851281

Tints of Dark Purple #851281

Color information

#851281 (or 0x851281) is unknown color: approx Dark Purple. HEX triplet: 85, 12 and 81. RGB value is (133,18,129). Sum of RGB (Red+Green+Blue) = 133+18+129=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #851281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851281 is #7AED7E. Grayscale: #404040. Windows color (decimal): -8056191 or 8458885. OLE color: 8458885.

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

Color convert

RGB13318129-
CMYK00.860.030.48
HSL302.09º76.16%29.61%-
HSV(B)302.09º86.47%52.16%-
XYZ13.85721.39-
YUV65.04164.1176.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.5%
GREEN value IS 18 (7.42% from 255) = 6.43%
BLUE value IS 129 (50.78% from 255) = 46.07%
R=47.5%
G=6.43%
B=46.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331812900.860.030.48302.0976.1629.61
Hex85128105633012e4c1e
Octal20522201012636045611436
Binary1000010110010100000010101011011110000100101110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851281; }

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

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

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

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

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

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

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

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