#85346C

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

Shades of Dark Purple #85346C

Tints of Dark Purple #85346C

Color information

#85346C (or 0x85346C) is unknown color: approx Dark Purple. HEX triplet: 85, 34 and 6C. RGB value is (133,52,108). Sum of RGB (Red+Green+Blue) = 133+52+108=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #85346C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85346C is #7ACB93. Grayscale: #525252. Windows color (decimal): -8047508 or 7091333. OLE color: 7091333.

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

Color convert

RGB13352108-
CMYK00.610.190.48
HSL318.52º43.78%36.27%-
HSV(B)318.52º60.9%52.16%-
XYZ13.618.5315.12-
YUV82.6142.34163.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.39%
GREEN value IS 52 (20.70% from 255) = 17.75%
BLUE value IS 108 (42.58% from 255) = 36.86%
R=45.39%
G=17.75%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335210800.610.190.48318.5243.7836.27
Hex85346C03D133013f2c24
Octal2056415407523604775444
Binary100001011101001101100011110110011110000100111111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85346C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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