Shades of Vivid Violet #8F229B
Tints of Vivid Violet #8F229B
RGB
CMYK
RGB Variations
Color information
#8F229B (or 0x8F229B) is known color: Vivid Violet. HEX triplet: 8F, 22 and 9B. RGB value is (143,34,155). Sum of RGB (Red+Green+Blue) = 143+34+155=332 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.07% from 332); Green value is 34 (13.67% from 255 or 10.24% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F229B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F229B is #70DD64. Grayscale: #505050. Windows color (decimal): -7396709 or 10166927. OLE color: 10166927.
HSL color Cylindrical-coordinate representation of color #8F229B: hue angle of 294.05º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F229B is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 34 | 155 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.39 |
| HSL | 294.05º | 0.64% | 0.37% | - |
| HSV(B) | 294.05º | 0.78% | 0.61% | - |
| XYZ | 17.82 | 9.35 | 31.88 | - |
| YUV | 80.39 | 170.11 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 34 | 155 | 0.08 | 0.78 | 0 | 0.39 | 294.05 | 0.64 | 0.37 |
| Hex | 8F | 22 | 9B | 8 | 4E | 0 | 27 | 126 | 40 | 25 |
| Octal | 217 | 42 | 233 | 10 | 116 | 0 | 47 | 446 | 100 | 45 |
| Binary | 10001111 | 100010 | 10011011 | 1000 | 1001110 | 0 | 100111 | 100100110 | 1000000 | 100101 |
Color Harmonies of #8F229B
Complementary color
Monochromatic Colors of #8F229B
Black with #8F229B
Text Example
Text Example
White with #8F229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F229B; }
p { color: rgb(143,34,155); }
H1.HeaderClassName
{
color: #8F229B;
}
.AnyTagClassName
{
color: #8F229B;
}
</style>
background-color css
<style>
a { background-color: #8F229B; }
a { background-color: rgb(143,34,155); }
div.DivClassName
{
background-color: #8F229B;
}
.BgClassName
{
background-color: #8F229B;
}
</style>
border-color css
<style>
span { border-color: #8F229B; }
span { border-color: rgb(143,34,155); }
td.TdClassName
{
border-color: #8F229B;
}
.TagClassName
{
border-color: #8F229B;
}
</style>