#8A5097

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

Shades of Vivid Violet #8A5097

Tints of Vivid Violet #8A5097

Color information

#8A5097 (or 0x8A5097) is unknown color: approx Vivid Violet. HEX triplet: 8A, 50 and 97. RGB value is (138,80,151). Sum of RGB (Red+Green+Blue) = 138+80+151=369 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.40% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 151 (59.38% from 255 or 40.92% from 369); Max value from RGB is 151 - color contains mainly: blue. Hex color #8A5097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5097 is #75AF68. Grayscale: #696969. Windows color (decimal): -7712617 or 9916554. OLE color: 9916554.

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

Color convert

RGB13880151-
CMYK0.090.4700.41
HSL289.01º30.74%45.29%-
HSV(B)289.01º47.02%59.22%-
XYZ18.9413.3730.86-
YUV105.44153.72151.23-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.40%
GREEN value IS 80 (31.64% from 255) = 21.68%
BLUE value IS 151 (59.38% from 255) = 40.92%
R=37.40%
G=21.68%
B=40.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal138801510.090.4700.41289.0130.7445.29
Hex8A509792F0291211f2d
Octal21212022711570514413755
Binary100010101010000100101111001101111010100110010000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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