Shades of Violet Blue #9C3F98
Tints of Violet Blue #9C3F98
RGB
CMYK
RGB Variations
Color information
#9C3F98 (or 0x9C3F98) is known color: Violet Blue. HEX triplet: 9C, 3F and 98. RGB value is (156,63,152). Sum of RGB (Red+Green+Blue) = 156+63+152=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3F98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3F98 is #63C067. Grayscale: #646464. Windows color (decimal): -6537320 or 9977756. OLE color: 9977756.
HSL color Cylindrical-coordinate representation of color #9C3F98: hue angle of 302.58º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9C3F98 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 63 | 152 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.39 |
| HSL | 302.58º | 0.42% | 0.43% | - |
| HSV(B) | 302.58º | 0.6% | 0.61% | - |
| XYZ | 21.16 | 12.89 | 31.08 | - |
| YUV | 100.95 | 156.81 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 63 | 152 | 0 | 0.60 | 0.03 | 0.39 | 302.58 | 0.42 | 0.43 |
| Hex | 9C | 3F | 98 | 0 | 3C | 3 | 27 | 12F | 2A | 2B |
| Octal | 234 | 77 | 230 | 0 | 74 | 3 | 47 | 457 | 52 | 53 |
| Binary | 10011100 | 111111 | 10011000 | 0 | 111100 | 11 | 100111 | 100101111 | 101010 | 101011 |
Color Harmonies of #9C3F98
Complementary color
Monochromatic Colors of #9C3F98
Black with #9C3F98
Text Example
Text Example
White with #9C3F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3F98; }
p { color: rgb(156,63,152); }
H1.HeaderClassName
{
color: #9C3F98;
}
.AnyTagClassName
{
color: #9C3F98;
}
</style>
background-color css
<style>
a { background-color: #9C3F98; }
a { background-color: rgb(156,63,152); }
div.DivClassName
{
background-color: #9C3F98;
}
.BgClassName
{
background-color: #9C3F98;
}
</style>
border-color css
<style>
span { border-color: #9C3F98; }
span { border-color: rgb(156,63,152); }
td.TdClassName
{
border-color: #9C3F98;
}
.TagClassName
{
border-color: #9C3F98;
}
</style>