#8C3787

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

Shades of Vivid Violet #8C3787

Tints of Vivid Violet #8C3787

Color information

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

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

Color convert

RGB14055135-
CMYK00.610.040.45
HSL303.53º43.59%38.24%-
HSV(B)303.53º60.71%54.9%-
XYZ16.5510.0623.99-
YUV89.54153.66164-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1405513500.610.040.45303.5343.5938.24
Hex8C378703D42D1302c26
Octal214672070754554605446
Binary10001100110111100001110111101100101101100110000101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C3787; }

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

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

<style>
 a { background-color: #8C3787; }

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

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

<style>
 span { border-color: #8C3787; }

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

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