#87408A

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

Shades of Vivid Violet #87408A

Tints of Vivid Violet #87408A

Color information

#87408A (or 0x87408A) is unknown color: approx Vivid Violet. HEX triplet: 87, 40 and 8A. RGB value is (135,64,138). Sum of RGB (Red+Green+Blue) = 135+64+138=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 138 - color contains mainly: blue. Hex color #87408A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87408A is #78BF75. Grayscale: #5D5D5D. Windows color (decimal): -7913334 or 9060487. OLE color: 9060487.

HSL color Cylindrical-coordinate representation of color #87408A: hue angle of 297.57º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #87408A is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13564138-
CMYK0.020.5400.46
HSL297.57º36.63%39.61%-
HSV(B)297.57º53.62%54.12%-
XYZ16.4110.6525.24-
YUV93.66153.02157.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.06%
GREEN value IS 64 (25.39% from 255) = 18.99%
BLUE value IS 138 (54.30% from 255) = 40.95%
R=40.06%
G=18.99%
B=40.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal135641380.020.5400.46297.5736.6339.61
Hex87408A23602E12a2528
Octal2071002122660564524550
Binary10000111100000010001010101101100101110100101010100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87408A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87408A; }

 p { color: rgb(135,64,138); }

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

<style>
 a { background-color: #87408A; }

 a { background-color: rgb(135,64,138); }

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

<style>
 span { border-color: #87408A; }

 span { border-color: rgb(135,64,138); }

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