#85317B

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

Shades of Dark Purple #85317B

Tints of Dark Purple #85317B

Color information

#85317B (or 0x85317B) is unknown color: approx Dark Purple. HEX triplet: 85, 31 and 7B. RGB value is (133,49,123). Sum of RGB (Red+Green+Blue) = 133+49+123=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #85317B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85317B is #7ACE84. Grayscale: #525252. Windows color (decimal): -8048261 or 8073605. OLE color: 8073605.

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

Color convert

RGB13349123-
CMYK00.630.080.48
HSL307.14º46.15%35.69%-
HSV(B)307.14º63.16%52.16%-
XYZ14.358.6119.65-
YUV82.55150.83163.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.61%
GREEN value IS 49 (19.53% from 255) = 16.07%
BLUE value IS 123 (48.44% from 255) = 40.33%
R=43.61%
G=16.07%
B=40.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1334912300.630.080.48307.1446.1535.69
Hex85317B03F8301332e24
Octal2056117307710604635644
Binary10000101110001111101101111111000110000100110011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85317B; }

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

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

<style>
 a { background-color: #85317B; }

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

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

<style>
 span { border-color: #85317B; }

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

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