#85117C

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

Shades of Dark Purple #85117C

Tints of Dark Purple #85117C

Color information

#85117C (or 0x85117C) is unknown color: approx Dark Purple. HEX triplet: 85, 11 and 7C. RGB value is (133,17,124). Sum of RGB (Red+Green+Blue) = 133+17+124=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #85117C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85117C is #7AEE83. Grayscale: #3F3F3F. Windows color (decimal): -8056452 or 8130949. OLE color: 8130949.

HSL color Cylindrical-coordinate representation of color #85117C: hue angle of 304.66º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85117C is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB13317124-
CMYK00.870.070.48
HSL304.66º77.33%29.41%-
HSV(B)304.66º87.22%52.16%-
XYZ13.516.8419.68-
YUV63.88161.93177.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.54%
GREEN value IS 17 (7.03% from 255) = 6.20%
BLUE value IS 124 (48.83% from 255) = 45.26%
R=48.54%
G=6.20%
B=45.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331712400.870.070.48304.6677.3329.41
Hex85117C0577301314d1d
Octal20521174012776046111535
Binary1000010110001111110001010111111110000100110001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85117C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85117C; }

 p { color: rgb(133,17,124); }

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

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

 a { background-color: rgb(133,17,124); }

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

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

 span { border-color: rgb(133,17,124); }

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