#85329F

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

Shades of Vivid Violet #85329F

Tints of Vivid Violet #85329F

Color information

#85329F (or 0x85329F) is unknown color: approx Vivid Violet. HEX triplet: 85, 32 and 9F. RGB value is (133,50,159). Sum of RGB (Red+Green+Blue) = 133+50+159=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 159 - color contains mainly: blue. Hex color #85329F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85329F is #7ACD60. Grayscale: #565656. Windows color (decimal): -8047969 or 10433157. OLE color: 10433157.

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

Color convert

RGB13350159-
CMYK0.160.6900.38
HSL285.69º52.15%40.98%-
HSV(B)285.69º68.55%62.35%-
XYZ17.079.7733.79-
YUV87.24168.5160.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.89%
GREEN value IS 50 (19.92% from 255) = 14.62%
BLUE value IS 159 (62.5% from 255) = 46.49%
R=38.89%
G=14.62%
B=46.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal133501590.160.6900.38285.6952.1540.98
Hex85329F104502611e3429
Octal20562237201050464366451
Binary10000101110010100111111000010001010100110100011110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85329F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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