#87378C

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

Shades of Vivid Violet #87378C

Tints of Vivid Violet #87378C

Color information

#87378C (or 0x87378C) is unknown color: approx Vivid Violet. HEX triplet: 87, 37 and 8C. RGB value is (135,55,140). Sum of RGB (Red+Green+Blue) = 135+55+140=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 140 - color contains mainly: blue. Hex color #87378C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87378C is #78C873. Grayscale: #585858. Windows color (decimal): -7915636 or 9189255. OLE color: 9189255.

HSL color Cylindrical-coordinate representation of color #87378C: hue angle of 296.47º 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 #87378C is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13555140-
CMYK0.040.6100.45
HSL296.47º43.59%38.24%-
HSV(B)296.47º60.71%54.9%-
XYZ16.099.7825.85-
YUV88.61157161.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.91%
GREEN value IS 55 (21.88% from 255) = 16.67%
BLUE value IS 140 (55.08% from 255) = 42.42%
R=40.91%
G=16.67%
B=42.42%

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
Decimal135551400.040.6100.45296.4743.5938.24
Hex87378C43D02D1282c26
Octal207672144750554505446
Binary10000111110111100011001001111010101101100101000101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87378C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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