#85106E

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

Shades of Dark Purple #85106E

Tints of Dark Purple #85106E

Color information

#85106E (or 0x85106E) is unknown color: approx Dark Purple. HEX triplet: 85, 10 and 6E. RGB value is (133,16,110). Sum of RGB (Red+Green+Blue) = 133+16+110=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #85106E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85106E is #7AEF91. Grayscale: #3D3D3D. Windows color (decimal): -8056722 or 7213189. OLE color: 7213189.

HSL color Cylindrical-coordinate representation of color #85106E: hue angle of 311.79º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #85106E is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB13316110-
CMYK00.880.170.48
HSL311.79º78.52%29.22%-
HSV(B)311.79º87.97%52.16%-
XYZ12.676.4815.34-
YUV61.7155.26178.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.35%
GREEN value IS 16 (6.64% from 255) = 6.18%
BLUE value IS 110 (43.36% from 255) = 42.47%
R=51.35%
G=6.18%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331611000.880.170.48311.7978.5229.22
Hex85106E05811301384f1d
Octal205201560130216047011735
Binary100001011000011011100101100010001110000100111000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85106E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85106E; }

 p { color: rgb(133,16,110); }

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

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

 a { background-color: rgb(133,16,110); }

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

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

 span { border-color: rgb(133,16,110); }

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