#87329F

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

Shades of Vivid Violet #87329F

Tints of Vivid Violet #87329F

Color information

#87329F (or 0x87329F) is unknown color: approx Vivid Violet. HEX triplet: 87, 32 and 9F. RGB value is (135,50,159). Sum of RGB (Red+Green+Blue) = 135+50+159=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 159 - color contains mainly: blue. Hex color #87329F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87329F is #78CD60. Grayscale: #575757. Windows color (decimal): -7916897 or 10433159. OLE color: 10433159.

HSL color Cylindrical-coordinate representation of color #87329F: hue angle of 286.79º 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 #87329F is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13550159-
CMYK0.150.6900.38
HSL286.79º52.15%40.98%-
HSV(B)286.79º68.55%62.35%-
XYZ17.399.9433.8-
YUV87.84168.16161.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.24%
GREEN value IS 50 (19.92% from 255) = 14.53%
BLUE value IS 159 (62.5% from 255) = 46.22%
R=39.24%
G=14.53%
B=46.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal135501590.150.6900.38286.7952.1540.98
Hex87329FF4502611f3429
Octal20762237171050464376451
Binary1000011111001010011111111110001010100110100011111110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87329F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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