#87329B

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

Shades of Vivid Violet #87329B

Tints of Vivid Violet #87329B

Color information

#87329B (or 0x87329B) is unknown color: approx Vivid Violet. HEX triplet: 87, 32 and 9B. RGB value is (135,50,155). Sum of RGB (Red+Green+Blue) = 135+50+155=340 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.71% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #87329B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87329B is #78CD64. Grayscale: #575757. Windows color (decimal): -7916901 or 10171015. OLE color: 10171015.

HSL color Cylindrical-coordinate representation of color #87329B: hue angle of 288.57º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #87329B is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13550155-
CMYK0.130.6800.39
HSL288.57º51.22%40.2%-
HSV(B)288.57º67.74%60.78%-
XYZ17.059.832-
YUV87.38166.16161.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.71%
GREEN value IS 50 (19.92% from 255) = 14.71%
BLUE value IS 155 (60.94% from 255) = 45.59%
R=39.71%
G=14.71%
B=45.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal135501550.130.6800.39288.5751.2240.2
Hex87329BD440271213328
Octal20762233151040474416350
Binary1000011111001010011011110110001000100111100100001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87329B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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