#85106D

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

Shades of Dark Purple #85106D

Tints of Dark Purple #85106D

Color information

#85106D (or 0x85106D) is unknown color: approx Dark Purple. HEX triplet: 85, 10 and 6D. RGB value is (133,16,109). Sum of RGB (Red+Green+Blue) = 133+16+109=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #85106D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85106D is #7AEF92. Grayscale: #3D3D3D. Windows color (decimal): -8056723 or 7147653. OLE color: 7147653.

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

Color convert

RGB13316109-
CMYK00.880.180.48
HSL312.31º78.52%29.22%-
HSV(B)312.31º87.97%52.16%-
XYZ12.626.4615.05-
YUV61.58154.76178.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.55%
GREEN value IS 16 (6.64% from 255) = 6.20%
BLUE value IS 109 (42.97% from 255) = 42.25%
R=51.55%
G=6.20%
B=42.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331610900.880.180.48312.3178.5229.22
Hex85106D05812301384f1d
Octal205201550130226047011735
Binary100001011000011011010101100010010110000100111000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85106D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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