#8A498F

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

Shades of Vivid Violet #8A498F

Tints of Vivid Violet #8A498F

Color information

#8A498F (or 0x8A498F) is unknown color: approx Vivid Violet. HEX triplet: 8A, 49 and 8F. RGB value is (138,73,143). Sum of RGB (Red+Green+Blue) = 138+73+143=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 143 - color contains mainly: blue. Hex color #8A498F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A498F is #75B670. Grayscale: #646464. Windows color (decimal): -7714417 or 9390474. OLE color: 9390474.

HSL color Cylindrical-coordinate representation of color #8A498F: hue angle of 295.71º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A498F is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13873143-
CMYK0.030.4900.44
HSL295.71º32.41%42.35%-
HSV(B)295.71º48.95%56.08%-
XYZ17.8212.1527.39-
YUV100.42152.03154.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.98%
GREEN value IS 73 (28.91% from 255) = 20.62%
BLUE value IS 143 (56.25% from 255) = 40.40%
R=38.98%
G=20.62%
B=40.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138731430.030.4900.44295.7132.4142.35
Hex8A498F33102C128202a
Octal2121112173610544504052
Binary10001010100100110001111111100010101100100101000100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A498F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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