#85026E

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

Shades of Purple #85026E

Tints of Purple #85026E

Color information

#85026E (or 0x85026E) is unknown color: approx Purple. HEX triplet: 85, 02 and 6E. RGB value is (133,2,110). Sum of RGB (Red+Green+Blue) = 133+2+110=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #85026E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85026E is #7AFD91. Grayscale: #353535. Windows color (decimal): -8060306 or 7209605. OLE color: 7209605.

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

Color convert

RGB1332110-
CMYK00.980.170.48
HSL310.53º97.04%26.47%-
HSV(B)310.53º98.5%52.16%-
XYZ12.516.1615.28-
YUV53.48159.9184.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.29%
GREEN value IS 2 (1.17% from 255) = 0.82%
BLUE value IS 110 (43.36% from 255) = 44.90%
R=54.29%
G=0.82%
B=44.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133211000.980.170.48310.5397.0426.47
Hex8526E0621130137611a
Octal20521560142216046714132
Binary100001011011011100110001010001110000100110111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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