#85116A

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

Shades of Dark Purple #85116A

Tints of Dark Purple #85116A

Color information

#85116A (or 0x85116A) is unknown color: approx Dark Purple. HEX triplet: 85, 11 and 6A. RGB value is (133,17,106). Sum of RGB (Red+Green+Blue) = 133+17+106=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #85116A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85116A is #7AEE95. Grayscale: #3D3D3D. Windows color (decimal): -8056470 or 6951301. OLE color: 6951301.

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

Color convert

RGB13317106-
CMYK00.870.200.48
HSL313.97º77.33%29.41%-
HSV(B)313.97º87.22%52.16%-
XYZ12.476.4314.22-
YUV61.83152.93178.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.95%
GREEN value IS 17 (7.03% from 255) = 6.64%
BLUE value IS 106 (41.80% from 255) = 41.41%
R=51.95%
G=6.64%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331710600.870.200.48313.9777.3329.41
Hex85116A057143013a4d1d
Octal205211520127246047211535
Binary100001011000111010100101011110100110000100111010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85116A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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