#8A498C

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

Shades of Vivid Violet #8A498C

Tints of Vivid Violet #8A498C

Color information

#8A498C (or 0x8A498C) is unknown color: approx Vivid Violet. HEX triplet: 8A, 49 and 8C. RGB value is (138,73,140). Sum of RGB (Red+Green+Blue) = 138+73+140=351 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.32% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 140 - color contains mainly: blue. Hex color #8A498C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A498C is #75B673. Grayscale: #636363. Windows color (decimal): -7714420 or 9193866. OLE color: 9193866.

HSL color Cylindrical-coordinate representation of color #8A498C: hue angle of 298.21º degrees, saturation: 0.31, 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 #8A498C is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13873140-
CMYK0.010.4800.45
HSL298.21º31.46%41.76%-
HSV(B)298.21º47.86%54.9%-
XYZ17.612.0626.21-
YUV100.07150.53155.05-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.32%
GREEN value IS 73 (28.91% from 255) = 20.80%
BLUE value IS 140 (55.08% from 255) = 39.89%
R=39.32%
G=20.80%
B=39.89%

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
Decimal138731400.010.4800.45298.2131.4641.76
Hex8A498C13002D12a1f2a
Octal2121112141600554523752
Binary100010101001001100011001110000010110110010101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A498C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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