#85498B

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

Shades of Vivid Violet #85498B

Tints of Vivid Violet #85498B

Color information

#85498B (or 0x85498B) is unknown color: approx Vivid Violet. HEX triplet: 85, 49 and 8B. RGB value is (133,73,139). Sum of RGB (Red+Green+Blue) = 133+73+139=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 139 - color contains mainly: blue. Hex color #85498B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85498B is #7AB674. Grayscale: #626262. Windows color (decimal): -8042101 or 9128325. OLE color: 9128325.

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

Color convert

RGB13373139-
CMYK0.040.4700.45
HSL294.55º31.13%41.57%-
HSV(B)294.55º47.48%54.51%-
XYZ16.7211.6225.79-
YUV98.46150.88152.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.55%
GREEN value IS 73 (28.91% from 255) = 21.16%
BLUE value IS 139 (54.69% from 255) = 40.29%
R=38.55%
G=21.16%
B=40.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133731390.040.4700.45294.5531.1341.57
Hex85498B42F02D1271f2a
Octal2051112134570554473752
Binary10000101100100110001011100101111010110110010011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85498B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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