Shades of Vivid Violet #8F328A
Tints of Vivid Violet #8F328A
RGB
CMYK
RGB Variations
Color information
#8F328A (or 0x8F328A) is known color: Vivid Violet. HEX triplet: 8F, 32 and 8A. RGB value is (143,50,138). Sum of RGB (Red+Green+Blue) = 143+50+138=331 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.20% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 143 - color contains mainly: red. Hex color #8F328A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F328A is #70CD75. Grayscale: #575757. Windows color (decimal): -7392630 or 9056911. OLE color: 9056911.
HSL color Cylindrical-coordinate representation of color #8F328A: hue angle of 303.23º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F328A is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 50 | 138 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.44 |
| HSL | 303.23º | 0.48% | 0.38% | - |
| HSV(B) | 303.23º | 0.65% | 0.56% | - |
| XYZ | 17.06 | 9.96 | 25.07 | - |
| YUV | 87.84 | 156.31 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 50 | 138 | 0 | 0.65 | 0.03 | 0.44 | 303.23 | 0.48 | 0.38 |
| Hex | 8F | 32 | 8A | 0 | 41 | 3 | 2C | 12F | 30 | 26 |
| Octal | 217 | 62 | 212 | 0 | 101 | 3 | 54 | 457 | 60 | 46 |
| Binary | 10001111 | 110010 | 10001010 | 0 | 1000001 | 11 | 101100 | 100101111 | 110000 | 100110 |
Color Harmonies of #8F328A
Complementary color
Monochromatic Colors of #8F328A
Black with #8F328A
Text Example
Text Example
White with #8F328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F328A; }
p { color: rgb(143,50,138); }
H1.HeaderClassName
{
color: #8F328A;
}
.AnyTagClassName
{
color: #8F328A;
}
</style>
background-color css
<style>
a { background-color: #8F328A; }
a { background-color: rgb(143,50,138); }
div.DivClassName
{
background-color: #8F328A;
}
.BgClassName
{
background-color: #8F328A;
}
</style>
border-color css
<style>
span { border-color: #8F328A; }
span { border-color: rgb(143,50,138); }
td.TdClassName
{
border-color: #8F328A;
}
.TagClassName
{
border-color: #8F328A;
}
</style>