#8A489D

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

Shades of Vivid Violet #8A489D

Tints of Vivid Violet #8A489D

Color information

#8A489D (or 0x8A489D) is unknown color: approx Vivid Violet. HEX triplet: 8A, 48 and 9D. RGB value is (138,72,157). Sum of RGB (Red+Green+Blue) = 138+72+157=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #8A489D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A489D is #75B762. Grayscale: #656565. Windows color (decimal): -7714659 or 10307722. OLE color: 10307722.

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

Color convert

RGB13872157-
CMYK0.120.5400.38
HSL286.59º37.12%44.9%-
HSV(B)286.59º54.14%61.57%-
XYZ18.8812.4733.31-
YUV101.42159.37154.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.60%
GREEN value IS 72 (28.52% from 255) = 19.62%
BLUE value IS 157 (61.72% from 255) = 42.78%
R=37.60%
G=19.62%
B=42.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal138721570.120.5400.38286.5937.1244.9
Hex8A489DC3602611f252d
Octal21211023514660464374555
Binary1000101010010001001110111001101100100110100011111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A489D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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