#8A498E

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

Shades of Vivid Violet #8A498E

Tints of Vivid Violet #8A498E

Color information

#8A498E (or 0x8A498E) is unknown color: approx Vivid Violet. HEX triplet: 8A, 49 and 8E. RGB value is (138,73,142). Sum of RGB (Red+Green+Blue) = 138+73+142=353 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.09% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 142 - color contains mainly: blue. Hex color #8A498E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A498E is #75B671. Grayscale: #646464. Windows color (decimal): -7714418 or 9324938. OLE color: 9324938.

HSL color Cylindrical-coordinate representation of color #8A498E: hue angle of 296.52º 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 #8A498E is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13873142-
CMYK0.030.4900.44
HSL296.52º32.09%42.16%-
HSV(B)296.52º48.59%55.69%-
XYZ17.7512.1227-
YUV100.3151.53154.89-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.09%
GREEN value IS 73 (28.91% from 255) = 20.68%
BLUE value IS 142 (55.86% from 255) = 40.23%
R=39.09%
G=20.68%
B=40.23%

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
Decimal138731420.030.4900.44296.5232.0942.16
Hex8A498E33102C129202a
Octal2121112163610544514052
Binary10001010100100110001110111100010101100100101001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A498E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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