#8A489F

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

Shades of Vivid Violet #8A489F

Tints of Vivid Violet #8A489F

Color information

#8A489F (or 0x8A489F) is unknown color: approx Vivid Violet. HEX triplet: 8A, 48 and 9F. RGB value is (138,72,159). Sum of RGB (Red+Green+Blue) = 138+72+159=369 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.40% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A489F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A489F is #75B760. Grayscale: #656565. Windows color (decimal): -7714657 or 10438794. OLE color: 10438794.

HSL color Cylindrical-coordinate representation of color #8A489F: hue angle of 285.52º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A489F is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13872159-
CMYK0.130.5500.38
HSL285.52º37.66%45.29%-
HSV(B)285.52º54.72%62.35%-
XYZ19.0612.5434.22-
YUV101.65160.37153.93-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.40%
GREEN value IS 72 (28.52% from 255) = 19.51%
BLUE value IS 159 (62.5% from 255) = 43.09%
R=37.40%
G=19.51%
B=43.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal138721590.130.5500.38285.5237.6645.29
Hex8A489FD3702611e262d
Octal21211023715670464364655
Binary1000101010010001001111111011101110100110100011110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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