Shades of Vivid Violet #9B229A
Tints of Vivid Violet #9B229A
RGB
CMYK
RGB Variations
Color information
#9B229A (or 0x9B229A) is known color: Vivid Violet. HEX triplet: 9B, 22 and 9A. RGB value is (155,34,154). Sum of RGB (Red+Green+Blue) = 155+34+154=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 34 (13.67% from 255 or 9.91% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 155 - color contains mainly: red. Hex color #9B229A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B229A is #64DD65. Grayscale: #535353. Windows color (decimal): -6610278 or 10101403. OLE color: 10101403.
HSL color Cylindrical-coordinate representation of color #9B229A: hue angle of 300.5º 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 #9B229A is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 34 | 154 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.39 |
| HSL | 300.5º | 0.64% | 0.37% | - |
| HSV(B) | 300.5º | 0.78% | 0.61% | - |
| XYZ | 19.92 | 10.45 | 31.54 | - |
| YUV | 83.86 | 167.59 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 34 | 154 | 0 | 0.78 | 0.01 | 0.39 | 300.5 | 0.64 | 0.37 |
| Hex | 9B | 22 | 9A | 0 | 4E | 1 | 27 | 12C | 40 | 25 |
| Octal | 233 | 42 | 232 | 0 | 116 | 1 | 47 | 454 | 100 | 45 |
| Binary | 10011011 | 100010 | 10011010 | 0 | 1001110 | 1 | 100111 | 100101100 | 1000000 | 100101 |
Color Harmonies of #9B229A
Complementary color
Monochromatic Colors of #9B229A
Black with #9B229A
Text Example
Text Example
White with #9B229A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B229A; }
p { color: rgb(155,34,154); }
H1.HeaderClassName
{
color: #9B229A;
}
.AnyTagClassName
{
color: #9B229A;
}
</style>
background-color css
<style>
a { background-color: #9B229A; }
a { background-color: rgb(155,34,154); }
div.DivClassName
{
background-color: #9B229A;
}
.BgClassName
{
background-color: #9B229A;
}
</style>
border-color css
<style>
span { border-color: #9B229A; }
span { border-color: rgb(155,34,154); }
td.TdClassName
{
border-color: #9B229A;
}
.TagClassName
{
border-color: #9B229A;
}
</style>