#85316A

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

Shades of Dark Purple #85316A

Tints of Dark Purple #85316A

Color information

#85316A (or 0x85316A) is unknown color: approx Dark Purple. HEX triplet: 85, 31 and 6A. RGB value is (133,49,106). Sum of RGB (Red+Green+Blue) = 133+49+106=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #85316A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85316A is #7ACE95. Grayscale: #505050. Windows color (decimal): -8048278 or 6959493. OLE color: 6959493.

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

Color convert

RGB13349106-
CMYK00.630.200.48
HSL319.29º46.15%35.69%-
HSV(B)319.29º63.16%52.16%-
XYZ13.378.2214.52-
YUV80.61142.33165.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.18%
GREEN value IS 49 (19.53% from 255) = 17.01%
BLUE value IS 106 (41.80% from 255) = 36.81%
R=46.18%
G=17.01%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1334910600.630.200.48319.2946.1535.69
Hex85316A03F143013f2e24
Octal2056115207724604775644
Binary100001011100011101010011111110100110000100111111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85316A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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