#8F2A8D

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

Shades of Vivid Violet #8F2A8D

Tints of Vivid Violet #8F2A8D

Color information

#8F2A8D (or 0x8F2A8D) is unknown color: approx Vivid Violet. HEX triplet: 8F, 2A and 8D. RGB value is (143,42,141). Sum of RGB (Red+Green+Blue) = 143+42+141=326 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.87% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2A8D is #70D572. Grayscale: #535353. Windows color (decimal): -7394675 or 9251471. OLE color: 9251471.

HSL color Cylindrical-coordinate representation of color #8F2A8D: hue angle of 301.19º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F2A8D is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB14342141-
CMYK00.710.010.44
HSL301.19º54.59%36.27%-
HSV(B)301.19º70.63%56.08%-
XYZ16.969.4226.12-
YUV83.48160.46170.45-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.87%
GREEN value IS 42 (16.80% from 255) = 12.88%
BLUE value IS 141 (55.47% from 255) = 43.25%
R=43.87%
G=12.88%
B=43.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1434214100.710.010.44301.1954.5936.27
Hex8F2A8D04712C12d3724
Octal2175221501071544556744
Binary1000111110101010001101010001111101100100101101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,42,141); }

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

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

 a { background-color: rgb(143,42,141); }

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

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

 span { border-color: rgb(143,42,141); }

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