#87318D

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

Shades of Vivid Violet #87318D

Tints of Vivid Violet #87318D

Color information

#87318D (or 0x87318D) is unknown color: approx Vivid Violet. HEX triplet: 87, 31 and 8D. RGB value is (135,49,141). Sum of RGB (Red+Green+Blue) = 135+49+141=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 141 - color contains mainly: blue. Hex color #87318D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87318D is #78CE72. Grayscale: #545454. Windows color (decimal): -7917171 or 9253255. OLE color: 9253255.

HSL color Cylindrical-coordinate representation of color #87318D: hue angle of 296.09º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #87318D is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13549141-
CMYK0.040.6500.45
HSL296.09º48.42%37.25%-
HSV(B)296.09º65.25%55.29%-
XYZ15.99.2726.15-
YUV85.2159.49163.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.54%
GREEN value IS 49 (19.53% from 255) = 15.08%
BLUE value IS 141 (55.47% from 255) = 43.38%
R=41.54%
G=15.08%
B=43.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135491410.040.6500.45296.0948.4237.25
Hex87318D44102D1283025
Octal2076121541010554506045
Binary100001111100011000110110010000010101101100101000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87318D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,49,141); }

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

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

 a { background-color: rgb(135,49,141); }

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

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

 span { border-color: rgb(135,49,141); }

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