#85167A

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

Shades of Dark Purple #85167A

Tints of Dark Purple #85167A

Color information

#85167A (or 0x85167A) is unknown color: approx Dark Purple. HEX triplet: 85, 16 and 7A. RGB value is (133,22,122). Sum of RGB (Red+Green+Blue) = 133+22+122=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #85167A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85167A is #7AE985. Grayscale: #424242. Windows color (decimal): -8055174 or 8001157. OLE color: 8001157.

HSL color Cylindrical-coordinate representation of color #85167A: hue angle of 305.95º 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 #85167A is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB13322122-
CMYK00.830.080.48
HSL305.95º71.61%30.39%-
HSV(B)305.95º83.46%52.16%-
XYZ13.476.9719.05-
YUV66.59159.27175.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.01%
GREEN value IS 22 (8.98% from 255) = 7.94%
BLUE value IS 122 (48.05% from 255) = 44.04%
R=48.01%
G=7.94%
B=44.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1332212200.830.080.48305.9571.6130.39
Hex85167A053830132481e
Octal205261720123106046211036
Binary10000101101101111010010100111000110000100110010100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85167A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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