#8F2C8D

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

Shades of Vivid Violet #8F2C8D

Tints of Vivid Violet #8F2C8D

Color information

#8F2C8D (or 0x8F2C8D) is unknown color: approx Vivid Violet. HEX triplet: 8F, 2C and 8D. RGB value is (143,44,141). Sum of RGB (Red+Green+Blue) = 143+44+141=328 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.60% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2C8D is #70D372. Grayscale: #545454. Windows color (decimal): -7394163 or 9251983. OLE color: 9251983.

HSL color Cylindrical-coordinate representation of color #8F2C8D: hue angle of 301.21º 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 #8F2C8D is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB14344141-
CMYK00.690.010.44
HSL301.21º52.94%36.67%-
HSV(B)301.21º69.23%56.08%-
XYZ17.049.5626.15-
YUV84.66159.8169.61-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.60%
GREEN value IS 44 (17.58% from 255) = 13.41%
BLUE value IS 141 (55.47% from 255) = 42.99%
R=43.60%
G=13.41%
B=42.99%

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
Decimal1434414100.690.010.44301.2152.9436.67
Hex8F2C8D04512C12d3525
Octal2175421501051544556545
Binary1000111110110010001101010001011101100100101101110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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