#85126E

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

Shades of Dark Purple #85126E

Tints of Dark Purple #85126E

Color information

#85126E (or 0x85126E) is unknown color: approx Dark Purple. HEX triplet: 85, 12 and 6E. RGB value is (133,18,110). Sum of RGB (Red+Green+Blue) = 133+18+110=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #85126E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85126E is #7AED91. Grayscale: #3E3E3E. Windows color (decimal): -8056210 or 7213701. OLE color: 7213701.

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

Color convert

RGB13318110-
CMYK00.860.170.48
HSL312º76.16%29.61%-
HSV(B)312º86.47%52.16%-
XYZ12.76.5415.35-
YUV62.87154.6178.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.96%
GREEN value IS 18 (7.42% from 255) = 6.90%
BLUE value IS 110 (43.36% from 255) = 42.15%
R=50.96%
G=6.90%
B=42.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331811000.860.170.4831276.1629.61
Hex85126E05611301384c1e
Octal205221560126216047011436
Binary100001011001011011100101011010001110000100111000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85126E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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