#87418B

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

Shades of Vivid Violet #87418B

Tints of Vivid Violet #87418B

Color information

#87418B (or 0x87418B) is unknown color: approx Vivid Violet. HEX triplet: 87, 41 and 8B. RGB value is (135,65,139). Sum of RGB (Red+Green+Blue) = 135+65+139=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 139 - color contains mainly: blue. Hex color #87418B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87418B is #78BE74. Grayscale: #5E5E5E. Windows color (decimal): -7913077 or 9126279. OLE color: 9126279.

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

Color convert

RGB13565139-
CMYK0.030.5300.45
HSL296.76º36.27%40%-
HSV(B)296.76º53.24%54.51%-
XYZ16.5410.825.64-
YUV94.37153.19156.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.82%
GREEN value IS 65 (25.78% from 255) = 19.17%
BLUE value IS 139 (54.69% from 255) = 41.00%
R=39.82%
G=19.17%
B=41.00%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135651390.030.5300.45296.7636.2740
Hex87418B33502D1292428
Octal2071012133650554514450
Binary10000111100000110001011111101010101101100101001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87418B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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