#85408A

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

Shades of Vivid Violet #85408A

Tints of Vivid Violet #85408A

Color information

#85408A (or 0x85408A) is unknown color: approx Vivid Violet. HEX triplet: 85, 40 and 8A. RGB value is (133,64,138). Sum of RGB (Red+Green+Blue) = 133+64+138=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 138 - color contains mainly: blue. Hex color #85408A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85408A is #7ABF75. Grayscale: #5C5C5C. Windows color (decimal): -8044406 or 9060485. OLE color: 9060485.

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

Color convert

RGB13364138-
CMYK0.040.5400.46
HSL295.95º36.63%39.61%-
HSV(B)295.95º53.62%54.12%-
XYZ16.0910.4925.22-
YUV93.07153.36156.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.70%
GREEN value IS 64 (25.39% from 255) = 19.10%
BLUE value IS 138 (54.30% from 255) = 41.19%
R=39.70%
G=19.10%
B=41.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal133641380.040.5400.46295.9536.6339.61
Hex85408A43602E1282528
Octal2051002124660564504550
Binary100001011000000100010101001101100101110100101000100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85408A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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