#85296A

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

Shades of Dark Purple #85296A

Tints of Dark Purple #85296A

Color information

#85296A (or 0x85296A) is unknown color: approx Dark Purple. HEX triplet: 85, 29 and 6A. RGB value is (133,41,106). Sum of RGB (Red+Green+Blue) = 133+41+106=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #85296A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85296A is #7AD695. Grayscale: #4B4B4B. Windows color (decimal): -8050326 or 6957445. OLE color: 6957445.

HSL color Cylindrical-coordinate representation of color #85296A: hue angle of 317.61º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85296A is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13341106-
CMYK00.690.200.48
HSL317.61º52.87%34.12%-
HSV(B)317.61º69.17%52.16%-
XYZ13.077.6114.42-
YUV75.92144.98168.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.5%
GREEN value IS 41 (16.41% from 255) = 14.64%
BLUE value IS 106 (41.80% from 255) = 37.86%
R=47.5%
G=14.64%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1334110600.690.200.48317.6152.8734.12
Hex85296A045143013e3522
Octal20551152010524604766542
Binary1000010110100111010100100010110100110000100111110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85296A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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