#87479D

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

Shades of Vivid Violet #87479D

Tints of Vivid Violet #87479D

Color information

#87479D (or 0x87479D) is unknown color: approx Vivid Violet. HEX triplet: 87, 47 and 9D. RGB value is (135,71,157). Sum of RGB (Red+Green+Blue) = 135+71+157=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #87479D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87479D is #78B862. Grayscale: #636363. Windows color (decimal): -7911523 or 10307463. OLE color: 10307463.

HSL color Cylindrical-coordinate representation of color #87479D: hue angle of 284.65º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #87479D is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13571157-
CMYK0.140.5500.38
HSL284.65º37.72%44.71%-
HSV(B)284.65º54.78%61.57%-
XYZ18.3312.0933.27-
YUV99.94160.2153.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.19%
GREEN value IS 71 (28.12% from 255) = 19.56%
BLUE value IS 157 (61.72% from 255) = 43.25%
R=37.19%
G=19.56%
B=43.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal135711570.140.5500.38284.6537.7244.71
Hex87479DE3702611d262d
Octal20710723516670464354655
Binary1000011110001111001110111101101110100110100011101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87479D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87479D; }

 p { color: rgb(135,71,157); }

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

<style>
 a { background-color: #87479D; }

 a { background-color: rgb(135,71,157); }

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

<style>
 span { border-color: #87479D; }

 span { border-color: rgb(135,71,157); }

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