Shades of Violet Blue #9B409C
Tints of Violet Blue #9B409C
RGB
CMYK
RGB Variations
Color information
#9B409C (or 0x9B409C) is known color: Violet Blue. HEX triplet: 9B, 40 and 9C. RGB value is (155,64,156). Sum of RGB (Red+Green+Blue) = 155+64+156=375 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.33% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 156 - color contains mainly: blue. Hex color #9B409C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B409C is #64BF63. Grayscale: #656565. Windows color (decimal): -6602596 or 10240155. OLE color: 10240155.
HSL color Cylindrical-coordinate representation of color #9B409C: hue angle of 299.35º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B409C is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 64 | 156 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.39 |
| HSL | 299.35º | 0.42% | 0.43% | - |
| HSV(B) | 299.35º | 0.59% | 0.61% | - |
| XYZ | 21.35 | 13.04 | 32.84 | - |
| YUV | 101.7 | 158.65 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 64 | 156 | 0.01 | 0.59 | 0 | 0.39 | 299.35 | 0.42 | 0.43 |
| Hex | 9B | 40 | 9C | 1 | 3B | 0 | 27 | 12B | 2A | 2B |
| Octal | 233 | 100 | 234 | 1 | 73 | 0 | 47 | 453 | 52 | 53 |
| Binary | 10011011 | 1000000 | 10011100 | 1 | 111011 | 0 | 100111 | 100101011 | 101010 | 101011 |
Color Harmonies of #9B409C
Complementary color
Monochromatic Colors of #9B409C
Black with #9B409C
Text Example
Text Example
White with #9B409C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B409C; }
p { color: rgb(155,64,156); }
H1.HeaderClassName
{
color: #9B409C;
}
.AnyTagClassName
{
color: #9B409C;
}
</style>
background-color css
<style>
a { background-color: #9B409C; }
a { background-color: rgb(155,64,156); }
div.DivClassName
{
background-color: #9B409C;
}
.BgClassName
{
background-color: #9B409C;
}
</style>
border-color css
<style>
span { border-color: #9B409C; }
span { border-color: rgb(155,64,156); }
td.TdClassName
{
border-color: #9B409C;
}
.TagClassName
{
border-color: #9B409C;
}
</style>