#87329C

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

Shades of Vivid Violet #87329C

Tints of Vivid Violet #87329C

Color information

#87329C (or 0x87329C) is unknown color: approx Vivid Violet. HEX triplet: 87, 32 and 9C. RGB value is (135,50,156). Sum of RGB (Red+Green+Blue) = 135+50+156=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 156 - color contains mainly: blue. Hex color #87329C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87329C is #78CD63. Grayscale: #575757. Windows color (decimal): -7916900 or 10236551. OLE color: 10236551.

HSL color Cylindrical-coordinate representation of color #87329C: hue angle of 288.11º 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 #87329C is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13550156-
CMYK0.130.6800.39
HSL288.11º51.46%40.39%-
HSV(B)288.11º67.95%61.18%-
XYZ17.139.8332.45-
YUV87.5166.66161.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.59%
GREEN value IS 50 (19.92% from 255) = 14.66%
BLUE value IS 156 (61.33% from 255) = 45.75%
R=39.59%
G=14.66%
B=45.75%

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
Decimal135501560.130.6800.39288.1151.4640.39
Hex87329CD440271203328
Octal20762234151040474406350
Binary1000011111001010011100110110001000100111100100000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87329C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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