#8F2DA9

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

Shades of Vivid Violet #8F2DA9

Tints of Vivid Violet #8F2DA9

Color information

#8F2DA9 (or 0x8F2DA9) is unknown color: approx Vivid Violet. HEX triplet: 8F, 2D and A9. RGB value is (143,45,169). Sum of RGB (Red+Green+Blue) = 143+45+169=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 45 (17.97% from 255 or 12.61% from 357); Blue value is 169 (66.41% from 255 or 47.34% from 357); Max value from RGB is 169 - color contains mainly: blue. Hex color #8F2DA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2DA9 is #70D256. Grayscale: #585858. Windows color (decimal): -7393879 or 11087247. OLE color: 11087247.

HSL color Cylindrical-coordinate representation of color #8F2DA9: hue angle of 287.42º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F2DA9 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB14345169-
CMYK0.150.7300.34
HSL287.42º57.94%41.96%-
HSV(B)287.42º73.37%66.27%-
XYZ19.4310.5838.55-
YUV88.44173.47166.92-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.06%
GREEN value IS 45 (17.97% from 255) = 12.61%
BLUE value IS 169 (66.41% from 255) = 47.34%
R=40.06%
G=12.61%
B=47.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal143451690.150.7300.34287.4257.9441.96
Hex8F2DA9F4902211f3a2a
Octal21755251171110424377252
Binary1000111110110110101001111110010010100010100011111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,45,169); }

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

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

 a { background-color: rgb(143,45,169); }

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

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

 span { border-color: rgb(143,45,169); }

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