#85346A

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

Shades of Dark Purple #85346A

Tints of Dark Purple #85346A

Color information

#85346A (or 0x85346A) is unknown color: approx Dark Purple. HEX triplet: 85, 34 and 6A. RGB value is (133,52,106). Sum of RGB (Red+Green+Blue) = 133+52+106=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #85346A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85346A is #7ACB95. Grayscale: #525252. Windows color (decimal): -8047510 or 6960261. OLE color: 6960261.

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

Color convert

RGB13352106-
CMYK00.610.200.48
HSL320º43.78%36.27%-
HSV(B)320º60.9%52.16%-
XYZ13.58.4814.56-
YUV82.38141.34164.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.70%
GREEN value IS 52 (20.70% from 255) = 17.87%
BLUE value IS 106 (41.80% from 255) = 36.43%
R=45.70%
G=17.87%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335210600.610.200.4832043.7836.27
Hex85346A03D14301402c24
Octal2056415207524605005444
Binary100001011101001101010011110110100110000101000000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85346A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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