#85167D

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

Shades of Dark Purple #85167D

Tints of Dark Purple #85167D

Color information

#85167D (or 0x85167D) is unknown color: approx Dark Purple. HEX triplet: 85, 16 and 7D. RGB value is (133,22,125). Sum of RGB (Red+Green+Blue) = 133+22+125=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 125 (49.22% from 255 or 44.64% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #85167D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85167D is #7AE982. Grayscale: #424242. Windows color (decimal): -8055171 or 8197765. OLE color: 8197765.

HSL color Cylindrical-coordinate representation of color #85167D: hue angle of 304.32º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85167D is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB13322125-
CMYK00.830.060.48
HSL304.32º71.61%30.39%-
HSV(B)304.32º83.46%52.16%-
XYZ13.667.0420.04-
YUV66.93160.77175.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.5%
GREEN value IS 22 (8.98% from 255) = 7.86%
BLUE value IS 125 (49.22% from 255) = 44.64%
R=47.5%
G=7.86%
B=44.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1332212500.830.060.48304.3271.6130.39
Hex85167D053630130481e
Octal20526175012366046011036
Binary1000010110110111110101010011110110000100110000100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85167D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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