#8A2E97

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

Shades of Vivid Violet #8A2E97

Tints of Vivid Violet #8A2E97

Color information

#8A2E97 (or 0x8A2E97) is unknown color: approx Vivid Violet. HEX triplet: 8A, 2E and 97. RGB value is (138,46,151). Sum of RGB (Red+Green+Blue) = 138+46+151=335 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.19% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 151 (59.38% from 255 or 45.07% from 335); Max value from RGB is 151 - color contains mainly: blue. Hex color #8A2E97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2E97 is #75D168. Grayscale: #555555. Windows color (decimal): -7721321 or 9907850. OLE color: 9907850.

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

Color convert

RGB13846151-
CMYK0.090.7000.41
HSL292.57º53.3%38.63%-
HSV(B)292.57º69.54%59.22%-
XYZ17.049.5930.23-
YUV85.48164.98165.46-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.19%
GREEN value IS 46 (18.36% from 255) = 13.73%
BLUE value IS 151 (59.38% from 255) = 45.07%
R=41.19%
G=13.73%
B=45.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal138461510.090.7000.41292.5753.338.63
Hex8A2E979460291253527
Octal21256227111060514456547
Binary1000101010111010010111100110001100101001100100101110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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