Shades of Violet Blue #9D6093
Tints of Violet Blue #9D6093
RGB
CMYK
RGB Variations
Color information
#9D6093 (or 0x9D6093) is known color: Violet Blue. HEX triplet: 9D, 60 and 93. RGB value is (157,96,147). Sum of RGB (Red+Green+Blue) = 157+96+147=400 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.25% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6093 is #629F6C. Grayscale: #777777. Windows color (decimal): -6463341 or 9658525. OLE color: 9658525.
HSL color Cylindrical-coordinate representation of color #9D6093: hue angle of 309.84º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D6093 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 96 | 147 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.38 |
| HSL | 309.84º | 0.24% | 0.5% | - |
| HSV(B) | 309.84º | 0.39% | 0.62% | - |
| XYZ | 23.35 | 17.64 | 29.78 | - |
| YUV | 120.05 | 143.21 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 96 | 147 | 0 | 0.39 | 0.06 | 0.38 | 309.84 | 0.24 | 0.5 |
| Hex | 9D | 60 | 93 | 0 | 27 | 6 | 26 | 136 | 18 | 32 |
| Octal | 235 | 140 | 223 | 0 | 47 | 6 | 46 | 466 | 30 | 62 |
| Binary | 10011101 | 1100000 | 10010011 | 0 | 100111 | 110 | 100110 | 100110110 | 11000 | 110010 |
Color Harmonies of #9D6093
Complementary color
Monochromatic Colors of #9D6093
Black with #9D6093
Text Example
Text Example
White with #9D6093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6093; }
p { color: rgb(157,96,147); }
H1.HeaderClassName
{
color: #9D6093;
}
.AnyTagClassName
{
color: #9D6093;
}
</style>
background-color css
<style>
a { background-color: #9D6093; }
a { background-color: rgb(157,96,147); }
div.DivClassName
{
background-color: #9D6093;
}
.BgClassName
{
background-color: #9D6093;
}
</style>
border-color css
<style>
span { border-color: #9D6093; }
span { border-color: rgb(157,96,147); }
td.TdClassName
{
border-color: #9D6093;
}
.TagClassName
{
border-color: #9D6093;
}
</style>