Shades of Vivid Violet #9C229B
Tints of Vivid Violet #9C229B
RGB
CMYK
RGB Variations
Color information
#9C229B (or 0x9C229B) is known color: Vivid Violet. HEX triplet: 9C, 22 and 9B. RGB value is (156,34,155). Sum of RGB (Red+Green+Blue) = 156+34+155=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 156 - color contains mainly: red. Hex color #9C229B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C229B is #63DD64. Grayscale: #535353. Windows color (decimal): -6544741 or 10166940. OLE color: 10166940.
HSL color Cylindrical-coordinate representation of color #9C229B: hue angle of 300.49º 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 #9C229B is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 34 | 155 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.39 |
| HSL | 300.49º | 0.64% | 0.37% | - |
| HSV(B) | 300.49º | 0.78% | 0.61% | - |
| XYZ | 20.2 | 10.58 | 31.99 | - |
| YUV | 84.27 | 167.92 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 34 | 155 | 0 | 0.78 | 0.01 | 0.39 | 300.49 | 0.64 | 0.37 |
| Hex | 9C | 22 | 9B | 0 | 4E | 1 | 27 | 12C | 40 | 25 |
| Octal | 234 | 42 | 233 | 0 | 116 | 1 | 47 | 454 | 100 | 45 |
| Binary | 10011100 | 100010 | 10011011 | 0 | 1001110 | 1 | 100111 | 100101100 | 1000000 | 100101 |
Color Harmonies of #9C229B
Complementary color
Monochromatic Colors of #9C229B
Black with #9C229B
Text Example
Text Example
White with #9C229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C229B; }
p { color: rgb(156,34,155); }
H1.HeaderClassName
{
color: #9C229B;
}
.AnyTagClassName
{
color: #9C229B;
}
</style>
background-color css
<style>
a { background-color: #9C229B; }
a { background-color: rgb(156,34,155); }
div.DivClassName
{
background-color: #9C229B;
}
.BgClassName
{
background-color: #9C229B;
}
</style>
border-color css
<style>
span { border-color: #9C229B; }
span { border-color: rgb(156,34,155); }
td.TdClassName
{
border-color: #9C229B;
}
.TagClassName
{
border-color: #9C229B;
}
</style>