#8C5097

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

Shades of Vivid Violet #8C5097

Tints of Vivid Violet #8C5097

Color information

#8C5097 (or 0x8C5097) is unknown color: approx Vivid Violet. HEX triplet: 8C, 50 and 97. RGB value is (140,80,151). Sum of RGB (Red+Green+Blue) = 140+80+151=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 151 - color contains mainly: blue. Hex color #8C5097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5097 is #73AF68. Grayscale: #696969. Windows color (decimal): -7581545 or 9916556. OLE color: 9916556.

HSL color Cylindrical-coordinate representation of color #8C5097: hue angle of 290.7º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C5097 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14080151-
CMYK0.070.4700.41
HSL290.7º30.74%45.29%-
HSV(B)290.7º47.02%59.22%-
XYZ19.2713.5530.88-
YUV106.03153.38152.23-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.74%
GREEN value IS 80 (31.64% from 255) = 21.56%
BLUE value IS 151 (59.38% from 255) = 40.70%
R=37.74%
G=21.56%
B=40.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal140801510.070.4700.41290.730.7445.29
Hex8C509772F0291231f2d
Octal2141202277570514433755
Binary10001100101000010010111111101111010100110010001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,80,151); }

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

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

 a { background-color: rgb(140,80,151); }

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

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

 span { border-color: rgb(140,80,151); }

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