#8A3590

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

Shades of Vivid Violet #8A3590

Tints of Vivid Violet #8A3590

Color information

#8A3590 (or 0x8A3590) is unknown color: approx Vivid Violet. HEX triplet: 8A, 35 and 90. RGB value is (138,53,144). Sum of RGB (Red+Green+Blue) = 138+53+144=335 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.19% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 144 - color contains mainly: blue. Hex color #8A3590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3590 is #75CA6F. Grayscale: #585858. Windows color (decimal): -7719536 or 9450890. OLE color: 9450890.

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

Color convert

RGB13853144-
CMYK0.040.6300.44
HSL296.04º46.19%38.63%-
HSV(B)296.04º63.19%56.47%-
XYZ16.799.9627.42-
YUV88.79159.16163.1-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.19%
GREEN value IS 53 (21.09% from 255) = 15.82%
BLUE value IS 144 (56.64% from 255) = 42.99%
R=41.19%
G=15.82%
B=42.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138531440.040.6300.44296.0446.1938.63
Hex8A359043F02C1282e27
Octal212652204770544505647
Binary10001010110101100100001001111110101100100101000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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