#8F499A

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

Shades of Vivid Violet #8F499A

Tints of Vivid Violet #8F499A

Color information

#8F499A (or 0x8F499A) is unknown color: approx Vivid Violet. HEX triplet: 8F, 49 and 9A. RGB value is (143,73,154). Sum of RGB (Red+Green+Blue) = 143+73+154=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 154 - color contains mainly: blue. Hex color #8F499A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F499A is #70B665. Grayscale: #666666. Windows color (decimal): -7386726 or 10111375. OLE color: 10111375.

HSL color Cylindrical-coordinate representation of color #8F499A: hue angle of 291.85º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8F499A is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14373154-
CMYK0.070.5300.40
HSL291.85º35.68%44.51%-
HSV(B)291.85º52.6%60.39%-
XYZ19.5412.9432.04-
YUV103.16156.69156.41-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.65%
GREEN value IS 73 (28.91% from 255) = 19.73%
BLUE value IS 154 (60.55% from 255) = 41.62%
R=38.65%
G=19.73%
B=41.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal143731540.070.5300.40291.8535.6844.51
Hex8F499A735028124242d
Octal2171112327650504444455
Binary100011111001001100110101111101010101000100100100100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F499A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,73,154); }

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

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

 a { background-color: rgb(143,73,154); }

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

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

 span { border-color: rgb(143,73,154); }

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