Shades of Vivid Violet #8F4B9D
Tints of Vivid Violet #8F4B9D
RGB
CMYK
RGB Variations
Color information
#8F4B9D (or 0x8F4B9D) is known color: Vivid Violet. HEX triplet: 8F, 4B and 9D. RGB value is (143,75,157). Sum of RGB (Red+Green+Blue) = 143+75+157=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F4B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4B9D is #70B462. Grayscale: #686868. Windows color (decimal): -7386211 or 10308495. OLE color: 10308495.
HSL color Cylindrical-coordinate representation of color #8F4B9D: hue angle of 289.76º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F4B9D is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 75 | 157 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.38 |
| HSL | 289.76º | 0.35% | 0.45% | - |
| HSV(B) | 289.76º | 0.52% | 0.62% | - |
| XYZ | 19.93 | 13.31 | 33.42 | - |
| YUV | 104.68 | 157.53 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 75 | 157 | 0.09 | 0.52 | 0 | 0.38 | 289.76 | 0.35 | 0.45 |
| Hex | 8F | 4B | 9D | 9 | 34 | 0 | 26 | 122 | 23 | 2D |
| Octal | 217 | 113 | 235 | 11 | 64 | 0 | 46 | 442 | 43 | 55 |
| Binary | 10001111 | 1001011 | 10011101 | 1001 | 110100 | 0 | 100110 | 100100010 | 100011 | 101101 |
Color Harmonies of #8F4B9D
Complementary color
Monochromatic Colors of #8F4B9D
Black with #8F4B9D
Text Example
Text Example
White with #8F4B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4B9D; }
p { color: rgb(143,75,157); }
H1.HeaderClassName
{
color: #8F4B9D;
}
.AnyTagClassName
{
color: #8F4B9D;
}
</style>
background-color css
<style>
a { background-color: #8F4B9D; }
a { background-color: rgb(143,75,157); }
div.DivClassName
{
background-color: #8F4B9D;
}
.BgClassName
{
background-color: #8F4B9D;
}
</style>
border-color css
<style>
span { border-color: #8F4B9D; }
span { border-color: rgb(143,75,157); }
td.TdClassName
{
border-color: #8F4B9D;
}
.TagClassName
{
border-color: #8F4B9D;
}
</style>