Shades of Violet Blue #9C459B
Tints of Violet Blue #9C459B
RGB
CMYK
RGB Variations
Color information
#9C459B (or 0x9C459B) is known color: Violet Blue. HEX triplet: 9C, 45 and 9B. RGB value is (156,69,155). Sum of RGB (Red+Green+Blue) = 156+69+155=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 156 - color contains mainly: red. Hex color #9C459B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C459B is #63BA64. Grayscale: #686868. Windows color (decimal): -6535781 or 10175900. OLE color: 10175900.
HSL color Cylindrical-coordinate representation of color #9C459B: hue angle of 300.69º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C459B is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 69 | 155 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.39 |
| HSL | 300.69º | 0.39% | 0.44% | - |
| HSV(B) | 300.69º | 0.56% | 0.61% | - |
| XYZ | 21.75 | 13.69 | 32.51 | - |
| YUV | 104.82 | 156.32 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 69 | 155 | 0 | 0.56 | 0.01 | 0.39 | 300.69 | 0.39 | 0.44 |
| Hex | 9C | 45 | 9B | 0 | 38 | 1 | 27 | 12D | 27 | 2C |
| Octal | 234 | 105 | 233 | 0 | 70 | 1 | 47 | 455 | 47 | 54 |
| Binary | 10011100 | 1000101 | 10011011 | 0 | 111000 | 1 | 100111 | 100101101 | 100111 | 101100 |
Color Harmonies of #9C459B
Complementary color
Monochromatic Colors of #9C459B
Black with #9C459B
Text Example
Text Example
White with #9C459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C459B; }
p { color: rgb(156,69,155); }
H1.HeaderClassName
{
color: #9C459B;
}
.AnyTagClassName
{
color: #9C459B;
}
</style>
background-color css
<style>
a { background-color: #9C459B; }
a { background-color: rgb(156,69,155); }
div.DivClassName
{
background-color: #9C459B;
}
.BgClassName
{
background-color: #9C459B;
}
</style>
border-color css
<style>
span { border-color: #9C459B; }
span { border-color: rgb(156,69,155); }
td.TdClassName
{
border-color: #9C459B;
}
.TagClassName
{
border-color: #9C459B;
}
</style>