#851880

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

Shades of Dark Purple #851880

Tints of Dark Purple #851880

Color information

#851880 (or 0x851880) is unknown color: approx Dark Purple. HEX triplet: 85, 18 and 80. RGB value is (133,24,128). Sum of RGB (Red+Green+Blue) = 133+24+128=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 128 (50.39% from 255 or 44.91% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #851880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851880 is #7AE77F. Grayscale: #444444. Windows color (decimal): -8054656 or 8394885. OLE color: 8394885.

HSL color Cylindrical-coordinate representation of color #851880: hue angle of 302.75º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #851880 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB13324128-
CMYK00.820.040.48
HSL302.75º69.43%30.78%-
HSV(B)302.75º81.95%52.16%-
XYZ13.97.221.08-
YUV68.45161.61174.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.67%
GREEN value IS 24 (9.77% from 255) = 8.42%
BLUE value IS 128 (50.39% from 255) = 44.91%
R=46.67%
G=8.42%
B=44.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1332412800.820.040.48302.7569.4330.78
Hex85188005243012f451f
Octal20530200012246045710537
Binary10000101110001000000001010010100110000100101111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851880; }

 p { color: rgb(133,24,128); }

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

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

 a { background-color: rgb(133,24,128); }

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

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

 span { border-color: rgb(133,24,128); }

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