#8A3594

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

Shades of Vivid Violet #8A3594

Tints of Vivid Violet #8A3594

Color information

#8A3594 (or 0x8A3594) is unknown color: approx Vivid Violet. HEX triplet: 8A, 35 and 94. RGB value is (138,53,148). Sum of RGB (Red+Green+Blue) = 138+53+148=339 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.71% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 148 - color contains mainly: blue. Hex color #8A3594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3594 is #75CA6B. Grayscale: #585858. Windows color (decimal): -7719532 or 9713034. OLE color: 9713034.

HSL color Cylindrical-coordinate representation of color #8A3594: hue angle of 293.68º 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 #8A3594 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13853148-
CMYK0.070.6400.42
HSL293.68º47.26%39.41%-
HSV(B)293.68º64.19%58.04%-
XYZ17.110.0929.06-
YUV89.24161.16162.78-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.71%
GREEN value IS 53 (21.09% from 255) = 15.63%
BLUE value IS 148 (58.20% from 255) = 43.66%
R=40.71%
G=15.63%
B=43.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal138531480.070.6400.42293.6847.2639.41
Hex8A359474002A1262f27
Octal2126522471000524465747
Binary100010101101011001010011110000000101010100100110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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