#8A4995

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

Shades of Vivid Violet #8A4995

Tints of Vivid Violet #8A4995

Color information

#8A4995 (or 0x8A4995) is unknown color: approx Vivid Violet. HEX triplet: 8A, 49 and 95. RGB value is (138,73,149). Sum of RGB (Red+Green+Blue) = 138+73+149=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 149 - color contains mainly: blue. Hex color #8A4995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4995 is #75B66A. Grayscale: #646464. Windows color (decimal): -7714411 or 9783690. OLE color: 9783690.

HSL color Cylindrical-coordinate representation of color #8A4995: hue angle of 291.32º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A4995 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13873149-
CMYK0.070.5100.42
HSL291.32º34.23%43.53%-
HSV(B)291.32º51.01%58.43%-
XYZ18.2912.3429.85-
YUV101.1155.03154.32-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.33%
GREEN value IS 73 (28.91% from 255) = 20.28%
BLUE value IS 149 (58.59% from 255) = 41.39%
R=38.33%
G=20.28%
B=41.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal138731490.070.5100.42291.3234.2343.53
Hex8A499573302A123222c
Octal2121112257630524434254
Binary100010101001001100101011111100110101010100100011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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