#8A4992

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

Shades of Vivid Violet #8A4992

Tints of Vivid Violet #8A4992

Color information

#8A4992 (or 0x8A4992) is unknown color: approx Vivid Violet. HEX triplet: 8A, 49 and 92. RGB value is (138,73,146). Sum of RGB (Red+Green+Blue) = 138+73+146=357 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.66% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 146 - color contains mainly: blue. Hex color #8A4992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4992 is #75B66D. Grayscale: #646464. Windows color (decimal): -7714414 or 9587082. OLE color: 9587082.

HSL color Cylindrical-coordinate representation of color #8A4992: hue angle of 293.42º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A4992 is Cyan = 0.05, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13873146-
CMYK0.050.500.43
HSL293.42º33.33%42.94%-
HSV(B)293.42º50%57.25%-
XYZ18.0512.2428.61-
YUV100.76153.53154.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.66%
GREEN value IS 73 (28.91% from 255) = 20.45%
BLUE value IS 146 (57.42% from 255) = 40.90%
R=38.66%
G=20.45%
B=40.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal138731460.050.500.43293.4233.3342.94
Hex8A499253202B125212b
Octal2121112225620534454153
Binary100010101001001100100101011100100101011100100101100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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