#8A4890

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

Shades of Vivid Violet #8A4890

Tints of Vivid Violet #8A4890

Color information

#8A4890 (or 0x8A4890) is unknown color: approx Vivid Violet. HEX triplet: 8A, 48 and 90. RGB value is (138,72,144). Sum of RGB (Red+Green+Blue) = 138+72+144=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 144 - color contains mainly: blue. Hex color #8A4890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4890 is #75B76F. Grayscale: #636363. Windows color (decimal): -7714672 or 9455754. OLE color: 9455754.

HSL color Cylindrical-coordinate representation of color #8A4890: hue angle of 295º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A4890 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13872144-
CMYK0.040.5000.44
HSL295º33.33%42.35%-
HSV(B)295º50%56.47%-
XYZ17.8312.0527.77-
YUV99.94152.87155.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.98%
GREEN value IS 72 (28.52% from 255) = 20.34%
BLUE value IS 144 (56.64% from 255) = 40.68%
R=38.98%
G=20.34%
B=40.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138721440.040.5000.4429533.3342.35
Hex8A489043202C127212a
Octal2121102204620544474152
Binary100010101001000100100001001100100101100100100111100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,72,144); }

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

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

 a { background-color: rgb(138,72,144); }

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

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

 span { border-color: rgb(138,72,144); }

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