#8A5297

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

Shades of Vivid Violet #8A5297

Tints of Vivid Violet #8A5297

Color information

#8A5297 (or 0x8A5297) is unknown color: approx Vivid Violet. HEX triplet: 8A, 52 and 97. RGB value is (138,82,151). Sum of RGB (Red+Green+Blue) = 138+82+151=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 151 - color contains mainly: blue. Hex color #8A5297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5297 is #75AD68. Grayscale: #6A6A6A. Windows color (decimal): -7712105 or 9917066. OLE color: 9917066.

HSL color Cylindrical-coordinate representation of color #8A5297: hue angle of 288.7º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A5297 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13882151-
CMYK0.090.4600.41
HSL288.7º29.61%45.69%-
HSV(B)288.7º45.7%59.22%-
XYZ19.0813.6730.91-
YUV106.61153.05150.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.20%
GREEN value IS 82 (32.42% from 255) = 22.10%
BLUE value IS 151 (59.38% from 255) = 40.70%
R=37.20%
G=22.10%
B=40.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal138821510.090.4600.41288.729.6145.69
Hex8A529792E0291211e2e
Octal21212222711560514413656
Binary100010101010010100101111001101110010100110010000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,82,151); }

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

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

 a { background-color: rgb(138,82,151); }

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

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

 span { border-color: rgb(138,82,151); }

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