#8A3699

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

Shades of Vivid Violet #8A3699

Tints of Vivid Violet #8A3699

Color information

#8A3699 (or 0x8A3699) is unknown color: approx Vivid Violet. HEX triplet: 8A, 36 and 99. RGB value is (138,54,153). Sum of RGB (Red+Green+Blue) = 138+54+153=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #8A3699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3699 is #75C966. Grayscale: #5A5A5A. Windows color (decimal): -7719271 or 10040970. OLE color: 10040970.

HSL color Cylindrical-coordinate representation of color #8A3699: hue angle of 290.91º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A3699 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13854153-
CMYK0.100.6500.4
HSL290.91º47.83%40.59%-
HSV(B)290.91º64.71%60%-
XYZ17.5510.3431.21-
YUV90.4163.33161.95-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40%
GREEN value IS 54 (21.48% from 255) = 15.65%
BLUE value IS 153 (60.16% from 255) = 44.35%
R=40%
G=15.65%
B=44.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal138541530.100.6500.4290.9147.8340.59
Hex8A3699A410281233029
Octal21266231121010504436051
Binary1000101011011010011001101010000010101000100100011110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,54,153); }

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

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

 a { background-color: rgb(138,54,153); }

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

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

 span { border-color: rgb(138,54,153); }

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