#8A3490

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

Shades of Vivid Violet #8A3490

Tints of Vivid Violet #8A3490

Color information

#8A3490 (or 0x8A3490) is unknown color: approx Vivid Violet. HEX triplet: 8A, 34 and 90. RGB value is (138,52,144). Sum of RGB (Red+Green+Blue) = 138+52+144=334 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.32% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 144 - color contains mainly: blue. Hex color #8A3490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3490 is #75CB6F. Grayscale: #575757. Windows color (decimal): -7719792 or 9450634. OLE color: 9450634.

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

Color convert

RGB13852144-
CMYK0.040.6400.44
HSL296.09º46.94%38.43%-
HSV(B)296.09º63.89%56.47%-
XYZ16.749.8727.41-
YUV88.2159.49163.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.32%
GREEN value IS 52 (20.70% from 255) = 15.57%
BLUE value IS 144 (56.64% from 255) = 43.11%
R=41.32%
G=15.57%
B=43.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138521440.040.6400.44296.0946.9438.43
Hex8A349044002C1282f26
Octal2126422041000544505746
Binary100010101101001001000010010000000101100100101000101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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