#85376A

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

Shades of Dark Purple #85376A

Tints of Dark Purple #85376A

Color information

#85376A (or 0x85376A) is unknown color: approx Dark Purple. HEX triplet: 85, 37 and 6A. RGB value is (133,55,106). Sum of RGB (Red+Green+Blue) = 133+55+106=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #85376A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85376A is #7AC895. Grayscale: #545454. Windows color (decimal): -8046742 or 6961029. OLE color: 6961029.

HSL color Cylindrical-coordinate representation of color #85376A: hue angle of 320.77º 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 #85376A is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13355106-
CMYK00.590.200.48
HSL320.77º41.49%36.86%-
HSV(B)320.77º58.65%52.16%-
XYZ13.648.7614.61-
YUV84.14140.34162.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.24%
GREEN value IS 55 (21.88% from 255) = 18.71%
BLUE value IS 106 (41.80% from 255) = 36.05%
R=45.24%
G=18.71%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335510600.590.200.48320.7741.4936.86
Hex85376A03B14301412925
Octal2056715207324605015145
Binary100001011101111101010011101110100110000101000001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85376A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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