#85498A

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

Shades of Vivid Violet #85498A

Tints of Vivid Violet #85498A

Color information

#85498A (or 0x85498A) is unknown color: approx Vivid Violet. HEX triplet: 85, 49 and 8A. RGB value is (133,73,138). Sum of RGB (Red+Green+Blue) = 133+73+138=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 138 - color contains mainly: blue. Hex color #85498A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85498A is #7AB675. Grayscale: #626262. Windows color (decimal): -8042102 or 9062789. OLE color: 9062789.

HSL color Cylindrical-coordinate representation of color #85498A: hue angle of 295.38º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85498A is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13373138-
CMYK0.040.4700.46
HSL295.38º30.81%41.37%-
HSV(B)295.38º47.1%54.12%-
XYZ16.6411.5925.4-
YUV98.35150.38152.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.66%
GREEN value IS 73 (28.91% from 255) = 21.22%
BLUE value IS 138 (54.30% from 255) = 40.12%
R=38.66%
G=21.22%
B=40.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal133731380.040.4700.46295.3830.8141.37
Hex85498A42F02E1271f29
Octal2051112124570564473751
Binary10000101100100110001010100101111010111010010011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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