#85449F

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

Shades of Vivid Violet #85449F

Tints of Vivid Violet #85449F

Color information

#85449F (or 0x85449F) is unknown color: approx Vivid Violet. HEX triplet: 85, 44 and 9F. RGB value is (133,68,159). Sum of RGB (Red+Green+Blue) = 133+68+159=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 159 - color contains mainly: blue. Hex color #85449F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85449F is #7ABB60. Grayscale: #616161. Windows color (decimal): -8043361 or 10437765. OLE color: 10437765.

HSL color Cylindrical-coordinate representation of color #85449F: hue angle of 282.86º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85449F is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13368159-
CMYK0.160.5700.38
HSL282.86º40.09%44.51%-
HSV(B)282.86º57.23%62.35%-
XYZ1811.6234.1-
YUV97.81162.53153.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.94%
GREEN value IS 68 (26.95% from 255) = 18.89%
BLUE value IS 159 (62.5% from 255) = 44.17%
R=36.94%
G=18.89%
B=44.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal133681590.160.5700.38282.8640.0944.51
Hex85449F103902611b282d
Octal20510423720710464335055
Binary10000101100010010011111100001110010100110100011011101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85449F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,68,159); }

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

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

 a { background-color: rgb(133,68,159); }

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

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

 span { border-color: rgb(133,68,159); }

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