#8A3593

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

Shades of Vivid Violet #8A3593

Tints of Vivid Violet #8A3593

Color information

#8A3593 (or 0x8A3593) is unknown color: approx Vivid Violet. HEX triplet: 8A, 35 and 93. RGB value is (138,53,147). Sum of RGB (Red+Green+Blue) = 138+53+147=338 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.83% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 147 - color contains mainly: blue. Hex color #8A3593 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3593 is #75CA6C. Grayscale: #585858. Windows color (decimal): -7719533 or 9647498. OLE color: 9647498.

HSL color Cylindrical-coordinate representation of color #8A3593: hue angle of 294.26º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A3593 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13853147-
CMYK0.060.6400.42
HSL294.26º47%39.22%-
HSV(B)294.26º63.95%57.65%-
XYZ17.0210.0628.65-
YUV89.13160.66162.86-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.83%
GREEN value IS 53 (21.09% from 255) = 15.68%
BLUE value IS 147 (57.81% from 255) = 43.49%
R=40.83%
G=15.68%
B=43.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal138531470.060.6400.42294.264739.22
Hex8A359364002A1262f27
Octal2126522361000524465747
Binary100010101101011001001111010000000101010100100110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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