#85376D

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

Shades of Dark Purple #85376D

Tints of Dark Purple #85376D

Color information

#85376D (or 0x85376D) is unknown color: approx Dark Purple. HEX triplet: 85, 37 and 6D. RGB value is (133,55,109). Sum of RGB (Red+Green+Blue) = 133+55+109=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #85376D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85376D is #7AC892. Grayscale: #545454. Windows color (decimal): -8046739 or 7157637. OLE color: 7157637.

HSL color Cylindrical-coordinate representation of color #85376D: hue angle of 318.46º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85376D is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB13355109-
CMYK00.590.180.48
HSL318.46º41.49%36.86%-
HSV(B)318.46º58.65%52.16%-
XYZ13.88.8215.44-
YUV84.48141.84162.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.78%
GREEN value IS 55 (21.88% from 255) = 18.52%
BLUE value IS 109 (42.97% from 255) = 36.70%
R=44.78%
G=18.52%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335510900.590.180.48318.4641.4936.86
Hex85376D03B123013e2925
Octal2056715507322604765145
Binary100001011101111101101011101110010110000100111110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85376D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85376D; }

 p { color: rgb(133,55,109); }

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

<style>
 a { background-color: #85376D; }

 a { background-color: rgb(133,55,109); }

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

<style>
 span { border-color: #85376D; }

 span { border-color: rgb(133,55,109); }

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