Shades of Vivid Violet #8D229B
Tints of Vivid Violet #8D229B
RGB
CMYK
RGB Variations
Color information
#8D229B (or 0x8D229B) is known color: Vivid Violet. HEX triplet: 8D, 22 and 9B. RGB value is (141,34,155). Sum of RGB (Red+Green+Blue) = 141+34+155=330 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.73% from 330); Green value is 34 (13.67% from 255 or 10.30% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D229B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D229B is #72DD64. Grayscale: #4F4F4F. Windows color (decimal): -7527781 or 10166925. OLE color: 10166925.
HSL color Cylindrical-coordinate representation of color #8D229B: hue angle of 293.06º 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 #8D229B is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 34 | 155 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.39 |
| HSL | 293.06º | 0.64% | 0.37% | - |
| HSV(B) | 293.06º | 0.78% | 0.61% | - |
| XYZ | 17.47 | 9.17 | 31.86 | - |
| YUV | 79.79 | 170.45 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 34 | 155 | 0.09 | 0.78 | 0 | 0.39 | 293.06 | 0.64 | 0.37 |
| Hex | 8D | 22 | 9B | 9 | 4E | 0 | 27 | 125 | 40 | 25 |
| Octal | 215 | 42 | 233 | 11 | 116 | 0 | 47 | 445 | 100 | 45 |
| Binary | 10001101 | 100010 | 10011011 | 1001 | 1001110 | 0 | 100111 | 100100101 | 1000000 | 100101 |
Color Harmonies of #8D229B
Complementary color
Monochromatic Colors of #8D229B
Black with #8D229B
Text Example
Text Example
White with #8D229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D229B; }
p { color: rgb(141,34,155); }
H1.HeaderClassName
{
color: #8D229B;
}
.AnyTagClassName
{
color: #8D229B;
}
</style>
background-color css
<style>
a { background-color: #8D229B; }
a { background-color: rgb(141,34,155); }
div.DivClassName
{
background-color: #8D229B;
}
.BgClassName
{
background-color: #8D229B;
}
</style>
border-color css
<style>
span { border-color: #8D229B; }
span { border-color: rgb(141,34,155); }
td.TdClassName
{
border-color: #8D229B;
}
.TagClassName
{
border-color: #8D229B;
}
</style>