#8C498D

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

Shades of Vivid Violet #8C498D

Tints of Vivid Violet #8C498D

Color information

#8C498D (or 0x8C498D) is unknown color: approx Vivid Violet. HEX triplet: 8C, 49 and 8D. RGB value is (140,73,141). Sum of RGB (Red+Green+Blue) = 140+73+141=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C498D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C498D is #73B672. Grayscale: #646464. Windows color (decimal): -7583347 or 9259404. OLE color: 9259404.

HSL color Cylindrical-coordinate representation of color #8C498D: hue angle of 299.12º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C498D is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB14073141-
CMYK0.010.4800.45
HSL299.12º31.78%41.96%-
HSV(B)299.12º48.23%55.29%-
XYZ18.0112.2626.62-
YUV100.78150.7155.97-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.55%
GREEN value IS 73 (28.91% from 255) = 20.62%
BLUE value IS 141 (55.47% from 255) = 39.83%
R=39.55%
G=20.62%
B=39.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140731410.010.4800.45299.1231.7841.96
Hex8C498D13002D12b202a
Octal2141112151600554534052
Binary1000110010010011000110111100000101101100101011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C498D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,73,141); }

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

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

 a { background-color: rgb(140,73,141); }

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

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

 span { border-color: rgb(140,73,141); }

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