#87378D

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

Shades of Vivid Violet #87378D

Tints of Vivid Violet #87378D

Color information

#87378D (or 0x87378D) is unknown color: approx Vivid Violet. HEX triplet: 87, 37 and 8D. RGB value is (135,55,141). Sum of RGB (Red+Green+Blue) = 135+55+141=331 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.79% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 141 - color contains mainly: blue. Hex color #87378D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87378D is #78C872. Grayscale: #585858. Windows color (decimal): -7915635 or 9254791. OLE color: 9254791.

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

Color convert

RGB13555141-
CMYK0.040.6100.45
HSL295.81º43.88%38.43%-
HSV(B)295.81º60.99%55.29%-
XYZ16.179.8126.24-
YUV88.72157.5161.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.79%
GREEN value IS 55 (21.88% from 255) = 16.62%
BLUE value IS 141 (55.47% from 255) = 42.60%
R=40.79%
G=16.62%
B=42.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135551410.040.6100.45295.8143.8838.43
Hex87378D43D02D1282c26
Octal207672154750554505446
Binary10000111110111100011011001111010101101100101000101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87378D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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