#8A4290

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

Shades of Vivid Violet #8A4290

Tints of Vivid Violet #8A4290

Color information

#8A4290 (or 0x8A4290) is unknown color: approx Vivid Violet. HEX triplet: 8A, 42 and 90. RGB value is (138,66,144). Sum of RGB (Red+Green+Blue) = 138+66+144=348 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.66% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 144 - color contains mainly: blue. Hex color #8A4290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4290 is #75BD6F. Grayscale: #606060. Windows color (decimal): -7716208 or 9454218. OLE color: 9454218.

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

Color convert

RGB13866144-
CMYK0.040.5400.44
HSL295.38º37.14%41.18%-
HSV(B)295.38º54.17%56.47%-
XYZ17.4611.3127.65-
YUV96.42154.85157.66-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.66%
GREEN value IS 66 (26.17% from 255) = 18.97%
BLUE value IS 144 (56.64% from 255) = 41.38%
R=39.66%
G=18.97%
B=41.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138661440.040.5400.44295.3837.1441.18
Hex8A429043602C1272529
Octal2121022204660544474551
Binary100010101000010100100001001101100101100100100111100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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