#85316C

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

Shades of Dark Purple #85316C

Tints of Dark Purple #85316C

Color information

#85316C (or 0x85316C) is unknown color: approx Dark Purple. HEX triplet: 85, 31 and 6C. RGB value is (133,49,108). Sum of RGB (Red+Green+Blue) = 133+49+108=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #85316C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85316C is #7ACE93. Grayscale: #505050. Windows color (decimal): -8048276 or 7090565. OLE color: 7090565.

HSL color Cylindrical-coordinate representation of color #85316C: hue angle of 317.86º 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 #85316C is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB13349108-
CMYK00.630.190.48
HSL317.86º46.15%35.69%-
HSV(B)317.86º63.16%52.16%-
XYZ13.488.2715.07-
YUV80.84143.33165.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.86%
GREEN value IS 49 (19.53% from 255) = 16.90%
BLUE value IS 108 (42.58% from 255) = 37.24%
R=45.86%
G=16.90%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1334910800.630.190.48317.8646.1535.69
Hex85316C03F133013e2e24
Octal2056115407723604765644
Binary100001011100011101100011111110011110000100111110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85316C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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