#85489B

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

Shades of Vivid Violet #85489B

Tints of Vivid Violet #85489B

Color information

#85489B (or 0x85489B) is unknown color: approx Vivid Violet. HEX triplet: 85, 48 and 9B. RGB value is (133,72,155). Sum of RGB (Red+Green+Blue) = 133+72+155=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #85489B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85489B is #7AB764. Grayscale: #636363. Windows color (decimal): -8042341 or 10176645. OLE color: 10176645.

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

Color convert

RGB13372155-
CMYK0.140.5400.39
HSL284.1º36.56%44.51%-
HSV(B)284.1º53.55%60.78%-
XYZ17.9111.9932.38-
YUV99.7159.21151.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.94%
GREEN value IS 72 (28.52% from 255) = 20%
BLUE value IS 155 (60.94% from 255) = 43.06%
R=36.94%
G=20%
B=43.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal133721550.140.5400.39284.136.5644.51
Hex85489BE3602711c252d
Octal20511023316660474344555
Binary1000010110010001001101111101101100100111100011100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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