#8A4C90

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

Shades of Vivid Violet #8A4C90

Tints of Vivid Violet #8A4C90

Color information

#8A4C90 (or 0x8A4C90) is unknown color: approx Vivid Violet. HEX triplet: 8A, 4C and 90. RGB value is (138,76,144). Sum of RGB (Red+Green+Blue) = 138+76+144=358 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.55% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 144 - color contains mainly: blue. Hex color #8A4C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4C90 is #75B36F. Grayscale: #666666. Windows color (decimal): -7713648 or 9456778. OLE color: 9456778.

HSL color Cylindrical-coordinate representation of color #8A4C90: hue angle of 294.71º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A4C90 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13876144-
CMYK0.040.4700.44
HSL294.71º30.91%43.14%-
HSV(B)294.71º47.22%56.47%-
XYZ18.112.5927.86-
YUV102.29151.54153.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.55%
GREEN value IS 76 (30.08% from 255) = 21.23%
BLUE value IS 144 (56.64% from 255) = 40.22%
R=38.55%
G=21.23%
B=40.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138761440.040.4700.44294.7130.9143.14
Hex8A4C9042F02C1271f2b
Octal2121142204570544473753
Binary10001010100110010010000100101111010110010010011111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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