#8F2BA1

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

Shades of Vivid Violet #8F2BA1

Tints of Vivid Violet #8F2BA1

Color information

#8F2BA1 (or 0x8F2BA1) is unknown color: approx Vivid Violet. HEX triplet: 8F, 2B and A1. RGB value is (143,43,161). Sum of RGB (Red+Green+Blue) = 143+43+161=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 43 (17.19% from 255 or 12.39% from 347); Blue value is 161 (63.28% from 255 or 46.40% from 347); Max value from RGB is 161 - color contains mainly: blue. Hex color #8F2BA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2BA1 is #70D45E. Grayscale: #555555. Windows color (decimal): -7394399 or 10562447. OLE color: 10562447.

HSL color Cylindrical-coordinate representation of color #8F2BA1: hue angle of 290.85º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F2BA1 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB14343161-
CMYK0.110.7300.37
HSL290.85º57.84%40%-
HSV(B)290.85º73.29%63.14%-
XYZ18.6210.1434.69-
YUV86.35170.13168.41-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.21%
GREEN value IS 43 (17.19% from 255) = 12.39%
BLUE value IS 161 (63.28% from 255) = 46.40%
R=41.21%
G=12.39%
B=46.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal143431610.110.7300.37290.8557.8440
Hex8F2BA1B490251233a28
Octal21753241131110454437250
Binary1000111110101110100001101110010010100101100100011111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,43,161); }

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

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

 a { background-color: rgb(143,43,161); }

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

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

 span { border-color: rgb(143,43,161); }

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