Shades of Violet Blue #9D3C94
Tints of Violet Blue #9D3C94
RGB
CMYK
RGB Variations
Color information
#9D3C94 (or 0x9D3C94) is known color: Violet Blue. HEX triplet: 9D, 3C and 94. RGB value is (157,60,148). Sum of RGB (Red+Green+Blue) = 157+60+148=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3C94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3C94 is #62C36B. Grayscale: #626262. Windows color (decimal): -6472556 or 9714845. OLE color: 9714845.
HSL color Cylindrical-coordinate representation of color #9D3C94: hue angle of 305.57º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9D3C94 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 60 | 148 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.38 |
| HSL | 305.57º | 0.45% | 0.43% | - |
| HSV(B) | 305.57º | 0.62% | 0.62% | - |
| XYZ | 20.87 | 12.54 | 29.34 | - |
| YUV | 99.04 | 155.64 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 60 | 148 | 0 | 0.62 | 0.06 | 0.38 | 305.57 | 0.45 | 0.43 |
| Hex | 9D | 3C | 94 | 0 | 3E | 6 | 26 | 132 | 2D | 2B |
| Octal | 235 | 74 | 224 | 0 | 76 | 6 | 46 | 462 | 55 | 53 |
| Binary | 10011101 | 111100 | 10010100 | 0 | 111110 | 110 | 100110 | 100110010 | 101101 | 101011 |
Color Harmonies of #9D3C94
Complementary color
Monochromatic Colors of #9D3C94
Black with #9D3C94
Text Example
Text Example
White with #9D3C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3C94; }
p { color: rgb(157,60,148); }
H1.HeaderClassName
{
color: #9D3C94;
}
.AnyTagClassName
{
color: #9D3C94;
}
</style>
background-color css
<style>
a { background-color: #9D3C94; }
a { background-color: rgb(157,60,148); }
div.DivClassName
{
background-color: #9D3C94;
}
.BgClassName
{
background-color: #9D3C94;
}
</style>
border-color css
<style>
span { border-color: #9D3C94; }
span { border-color: rgb(157,60,148); }
td.TdClassName
{
border-color: #9D3C94;
}
.TagClassName
{
border-color: #9D3C94;
}
</style>