Shades of Violet Blue #9D4CA2
Tints of Violet Blue #9D4CA2
RGB
CMYK
RGB Variations
Color information
#9D4CA2 (or 0x9D4CA2) is known color: Violet Blue. HEX triplet: 9D, 4C and A2. RGB value is (157,76,162). Sum of RGB (Red+Green+Blue) = 157+76+162=395 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.75% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 162 (63.67% from 255 or 41.01% from 395); Max value from RGB is 162 - color contains mainly: blue. Hex color #9D4CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4CA2 is #62B35D. Grayscale: #6D6D6D. Windows color (decimal): -6468446 or 10636445. OLE color: 10636445.
HSL color Cylindrical-coordinate representation of color #9D4CA2: hue angle of 296.51º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9D4CA2 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 76 | 162 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.36 |
| HSL | 296.51º | 0.36% | 0.47% | - |
| HSV(B) | 296.51º | 0.53% | 0.64% | - |
| XYZ | 23.01 | 14.95 | 35.85 | - |
| YUV | 110.02 | 157.34 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 76 | 162 | 0.03 | 0.53 | 0 | 0.36 | 296.51 | 0.36 | 0.47 |
| Hex | 9D | 4C | A2 | 3 | 35 | 0 | 24 | 129 | 24 | 2F |
| Octal | 235 | 114 | 242 | 3 | 65 | 0 | 44 | 451 | 44 | 57 |
| Binary | 10011101 | 1001100 | 10100010 | 11 | 110101 | 0 | 100100 | 100101001 | 100100 | 101111 |
Color Harmonies of #9D4CA2
Complementary color
Monochromatic Colors of #9D4CA2
Black with #9D4CA2
Text Example
Text Example
White with #9D4CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4CA2; }
p { color: rgb(157,76,162); }
H1.HeaderClassName
{
color: #9D4CA2;
}
.AnyTagClassName
{
color: #9D4CA2;
}
</style>
background-color css
<style>
a { background-color: #9D4CA2; }
a { background-color: rgb(157,76,162); }
div.DivClassName
{
background-color: #9D4CA2;
}
.BgClassName
{
background-color: #9D4CA2;
}
</style>
border-color css
<style>
span { border-color: #9D4CA2; }
span { border-color: rgb(157,76,162); }
td.TdClassName
{
border-color: #9D4CA2;
}
.TagClassName
{
border-color: #9D4CA2;
}
</style>