#8A2B9F

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

Shades of Vivid Violet #8A2B9F

Tints of Vivid Violet #8A2B9F

Color information

#8A2B9F (or 0x8A2B9F) is unknown color: approx Vivid Violet. HEX triplet: 8A, 2B and 9F. RGB value is (138,43,159). Sum of RGB (Red+Green+Blue) = 138+43+159=340 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.59% from 340); Green value is 43 (17.19% from 255 or 12.65% from 340); Blue value is 159 (62.5% from 255 or 46.76% from 340); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A2B9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2B9F is #75D460. Grayscale: #545454. Windows color (decimal): -7722081 or 10431370. OLE color: 10431370.

HSL color Cylindrical-coordinate representation of color #8A2B9F: hue angle of 289.14º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8A2B9F is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13843159-
CMYK0.130.7300.38
HSL289.14º57.43%39.61%-
HSV(B)289.14º72.96%62.35%-
XYZ17.69.6333.73-
YUV84.63169.97166.07-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.59%
GREEN value IS 43 (17.19% from 255) = 12.65%
BLUE value IS 159 (62.5% from 255) = 46.76%
R=40.59%
G=12.65%
B=46.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal138431590.130.7300.38289.1457.4339.61
Hex8A2B9FD490261213928
Octal21253237151110464417150
Binary1000101010101110011111110110010010100110100100001111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,43,159); }

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

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

 a { background-color: rgb(138,43,159); }

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

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

 span { border-color: rgb(138,43,159); }

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