#85498D

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

Shades of Vivid Violet #85498D

Tints of Vivid Violet #85498D

Color information

#85498D (or 0x85498D) is unknown color: approx Vivid Violet. HEX triplet: 85, 49 and 8D. RGB value is (133,73,141). Sum of RGB (Red+Green+Blue) = 133+73+141=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 141 - color contains mainly: blue. Hex color #85498D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85498D is #7AB672. Grayscale: #626262. Windows color (decimal): -8042099 or 9259397. OLE color: 9259397.

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

Color convert

RGB13373141-
CMYK0.060.4800.45
HSL292.94º31.78%41.96%-
HSV(B)292.94º48.23%55.29%-
XYZ16.8611.6726.56-
YUV98.69151.88152.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.33%
GREEN value IS 73 (28.91% from 255) = 21.04%
BLUE value IS 141 (55.47% from 255) = 40.63%
R=38.33%
G=21.04%
B=40.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133731410.060.4800.45292.9431.7841.96
Hex85498D63002D125202a
Octal2051112156600554454052
Binary100001011001001100011011101100000101101100100101100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85498D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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