#85489E

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

Shades of Vivid Violet #85489E

Tints of Vivid Violet #85489E

Color information

#85489E (or 0x85489E) is unknown color: approx Vivid Violet. HEX triplet: 85, 48 and 9E. RGB value is (133,72,158). Sum of RGB (Red+Green+Blue) = 133+72+158=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #85489E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85489E is #7AB761. Grayscale: #636363. Windows color (decimal): -8042338 or 10373253. OLE color: 10373253.

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

Color convert

RGB13372158-
CMYK0.160.5400.38
HSL282.56º37.39%45.1%-
HSV(B)282.56º54.43%61.96%-
XYZ18.1612.0933.72-
YUV100.04160.71151.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.64%
GREEN value IS 72 (28.52% from 255) = 19.83%
BLUE value IS 158 (62.11% from 255) = 43.53%
R=36.64%
G=19.83%
B=43.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal133721580.160.5400.38282.5637.3945.1
Hex85489E103602611b252d
Octal20511023620660464334555
Binary10000101100100010011110100001101100100110100011011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85489E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85489E; }

 p { color: rgb(133,72,158); }

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

<style>
 a { background-color: #85489E; }

 a { background-color: rgb(133,72,158); }

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

<style>
 span { border-color: #85489E; }

 span { border-color: rgb(133,72,158); }

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