#8F2C8E

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

Shades of Vivid Violet #8F2C8E

Tints of Vivid Violet #8F2C8E

Color information

#8F2C8E (or 0x8F2C8E) is unknown color: approx Vivid Violet. HEX triplet: 8F, 2C and 8E. RGB value is (143,44,142). Sum of RGB (Red+Green+Blue) = 143+44+142=329 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.47% from 329); Green value is 44 (17.58% from 255 or 13.37% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2C8E is #70D371. Grayscale: #545454. Windows color (decimal): -7394162 or 9317519. OLE color: 9317519.

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

Color convert

RGB14344142-
CMYK00.690.010.44
HSL300.61º52.94%36.67%-
HSV(B)300.61º69.23%56.08%-
XYZ17.119.5926.54-
YUV84.77160.3169.53-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.47%
GREEN value IS 44 (17.58% from 255) = 13.37%
BLUE value IS 142 (55.86% from 255) = 43.16%
R=43.47%
G=13.37%
B=43.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1434414200.690.010.44300.6152.9436.67
Hex8F2C8E04512C12d3525
Octal2175421601051544556545
Binary1000111110110010001110010001011101100100101101110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,44,142); }

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

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

 a { background-color: rgb(143,44,142); }

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

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

 span { border-color: rgb(143,44,142); }

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