#87328B

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

Shades of Vivid Violet #87328B

Tints of Vivid Violet #87328B

Color information

#87328B (or 0x87328B) is unknown color: approx Vivid Violet. HEX triplet: 87, 32 and 8B. RGB value is (135,50,139). Sum of RGB (Red+Green+Blue) = 135+50+139=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 139 - color contains mainly: blue. Hex color #87328B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87328B is #78CD74. Grayscale: #555555. Windows color (decimal): -7916917 or 9122439. OLE color: 9122439.

HSL color Cylindrical-coordinate representation of color #87328B: hue angle of 297.3º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #87328B is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13550139-
CMYK0.030.6400.45
HSL297.3º47.09%37.06%-
HSV(B)297.3º64.03%54.51%-
XYZ15.799.325.39-
YUV85.56158.16163.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.67%
GREEN value IS 50 (19.92% from 255) = 15.43%
BLUE value IS 139 (54.69% from 255) = 42.90%
R=41.67%
G=15.43%
B=42.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135501390.030.6400.45297.347.0937.06
Hex87328B34002D1292f25
Octal2076221331000554515745
Binary10000111110010100010111110000000101101100101001101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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