#85117D

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

Shades of Dark Purple #85117D

Tints of Dark Purple #85117D

Color information

#85117D (or 0x85117D) is unknown color: approx Dark Purple. HEX triplet: 85, 11 and 7D. RGB value is (133,17,125). Sum of RGB (Red+Green+Blue) = 133+17+125=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #85117D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85117D is #7AEE82. Grayscale: #3F3F3F. Windows color (decimal): -8056451 or 8196485. OLE color: 8196485.

HSL color Cylindrical-coordinate representation of color #85117D: hue angle of 304.14º 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 #85117D is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB13317125-
CMYK00.870.060.48
HSL304.14º77.33%29.41%-
HSV(B)304.14º87.22%52.16%-
XYZ13.576.8720.01-
YUV64162.43177.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.36%
GREEN value IS 17 (7.03% from 255) = 6.18%
BLUE value IS 125 (49.22% from 255) = 45.45%
R=48.36%
G=6.18%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331712500.870.060.48304.1477.3329.41
Hex85117D0576301304d1d
Octal20521175012766046011535
Binary1000010110001111110101010111110110000100110000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85117D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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