#85346F

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

Shades of Dark Purple #85346F

Tints of Dark Purple #85346F

Color information

#85346F (or 0x85346F) is unknown color: approx Dark Purple. HEX triplet: 85, 34 and 6F. RGB value is (133,52,111). Sum of RGB (Red+Green+Blue) = 133+52+111=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #85346F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85346F is #7ACB90. Grayscale: #525252. Windows color (decimal): -8047505 or 7287941. OLE color: 7287941.

HSL color Cylindrical-coordinate representation of color #85346F: hue angle of 316.3º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #85346F is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB13352111-
CMYK00.610.170.48
HSL316.3º43.78%36.27%-
HSV(B)316.3º60.9%52.16%-
XYZ13.778.5915.97-
YUV82.94143.84163.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.93%
GREEN value IS 52 (20.70% from 255) = 17.57%
BLUE value IS 111 (43.75% from 255) = 37.5%
R=44.93%
G=17.57%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335211100.610.170.48316.343.7836.27
Hex85346F03D113013c2c24
Octal2056415707521604745444
Binary100001011101001101111011110110001110000100111100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85346F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85346F; }

 p { color: rgb(133,52,111); }

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

<style>
 a { background-color: #85346F; }

 a { background-color: rgb(133,52,111); }

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

<style>
 span { border-color: #85346F; }

 span { border-color: rgb(133,52,111); }

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