#8C5099

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

Shades of Vivid Violet #8C5099

Tints of Vivid Violet #8C5099

Color information

#8C5099 (or 0x8C5099) is unknown color: approx Vivid Violet. HEX triplet: 8C, 50 and 99. RGB value is (140,80,153). Sum of RGB (Red+Green+Blue) = 140+80+153=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C5099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5099 is #73AF66. Grayscale: #6A6A6A. Windows color (decimal): -7581543 or 10047628. OLE color: 10047628.

HSL color Cylindrical-coordinate representation of color #8C5099: hue angle of 289.32º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C5099 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14080153-
CMYK0.080.4800.4
HSL289.32º31.33%45.69%-
HSV(B)289.32º47.71%60%-
XYZ19.4313.6131.74-
YUV106.26154.38152.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.53%
GREEN value IS 80 (31.64% from 255) = 21.45%
BLUE value IS 153 (60.16% from 255) = 41.02%
R=37.53%
G=21.45%
B=41.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal140801530.080.4800.4289.3231.3345.69
Hex8C50998300281211f2e
Octal21412023110600504413756
Binary100011001010000100110011000110000010100010010000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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