#85189F

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

Shades of Vivid Violet #85189F

Tints of Vivid Violet #85189F

Color information

#85189F (or 0x85189F) is unknown color: approx Vivid Violet. HEX triplet: 85, 18 and 9F. RGB value is (133,24,159). Sum of RGB (Red+Green+Blue) = 133+24+159=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 159 (62.5% from 255 or 50.32% from 316); Max value from RGB is 159 - color contains mainly: blue. Hex color #85189F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85189F is #7AE760. Grayscale: #474747. Windows color (decimal): -8054625 or 10426501. OLE color: 10426501.

HSL color Cylindrical-coordinate representation of color #85189F: hue angle of 288.44º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #85189F is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13324159-
CMYK0.160.8500.38
HSL288.44º73.77%35.88%-
HSV(B)288.44º84.91%62.35%-
XYZ16.268.1433.52-
YUV71.98177.11171.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.09%
GREEN value IS 24 (9.77% from 255) = 7.59%
BLUE value IS 159 (62.5% from 255) = 50.32%
R=42.09%
G=7.59%
B=50.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal133241590.160.8500.38288.4473.7735.88
Hex85189F10550261204a24
Octal205302372012504644011244
Binary10000101110001001111110000101010101001101001000001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85189F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85189F; }

 p { color: rgb(133,24,159); }

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

<style>
 a { background-color: #85189F; }

 a { background-color: rgb(133,24,159); }

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

<style>
 span { border-color: #85189F; }

 span { border-color: rgb(133,24,159); }

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