#85458D

Color #85458D Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #85458D

Tints of Vivid Violet #85458D

Color information

#85458D (or 0x85458D) is unknown color: approx Vivid Violet. HEX triplet: 85, 45 and 8D. RGB value is (133,69,141). Sum of RGB (Red+Green+Blue) = 133+69+141=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 141 - color contains mainly: blue. Hex color #85458D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85458D is #7ABA72. Grayscale: #606060. Windows color (decimal): -8043123 or 9258373. OLE color: 9258373.

HSL color Cylindrical-coordinate representation of color #85458D: hue angle of 293.33º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85458D is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13369141-
CMYK0.060.5100.45
HSL293.33º34.29%41.18%-
HSV(B)293.33º51.06%55.29%-
XYZ16.6111.1726.48-
YUV96.34153.2154.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.78%
GREEN value IS 69 (27.34% from 255) = 20.12%
BLUE value IS 141 (55.47% from 255) = 41.11%
R=38.78%
G=20.12%
B=41.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133691410.060.5100.45293.3334.2941.18
Hex85458D63302D1252229
Octal2051052156630554454251
Binary100001011000101100011011101100110101101100100101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85458D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,69,141); }

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

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

 a { background-color: rgb(133,69,141); }

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

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

 span { border-color: rgb(133,69,141); }

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