Shades of Violet Blue #9A3F9D
Tints of Violet Blue #9A3F9D
RGB
CMYK
RGB Variations
Color information
#9A3F9D (or 0x9A3F9D) is known color: Violet Blue. HEX triplet: 9A, 3F and 9D. RGB value is (154,63,157). Sum of RGB (Red+Green+Blue) = 154+63+157=374 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.18% from 374); Green value is 63 (25% from 255 or 16.84% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A3F9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3F9D is #65C062. Grayscale: #646464. Windows color (decimal): -6668387 or 10305434. OLE color: 10305434.
HSL color Cylindrical-coordinate representation of color #9A3F9D: hue angle of 298.09º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9A3F9D is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 63 | 157 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.38 |
| HSL | 298.09º | 0.43% | 0.43% | - |
| HSV(B) | 298.09º | 0.6% | 0.62% | - |
| XYZ | 21.19 | 12.86 | 33.26 | - |
| YUV | 100.93 | 159.65 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 63 | 157 | 0.02 | 0.60 | 0 | 0.38 | 298.09 | 0.43 | 0.43 |
| Hex | 9A | 3F | 9D | 2 | 3C | 0 | 26 | 12A | 2B | 2B |
| Octal | 232 | 77 | 235 | 2 | 74 | 0 | 46 | 452 | 53 | 53 |
| Binary | 10011010 | 111111 | 10011101 | 10 | 111100 | 0 | 100110 | 100101010 | 101011 | 101011 |
Color Harmonies of #9A3F9D
Complementary color
Monochromatic Colors of #9A3F9D
Black with #9A3F9D
Text Example
Text Example
White with #9A3F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3F9D; }
p { color: rgb(154,63,157); }
H1.HeaderClassName
{
color: #9A3F9D;
}
.AnyTagClassName
{
color: #9A3F9D;
}
</style>
background-color css
<style>
a { background-color: #9A3F9D; }
a { background-color: rgb(154,63,157); }
div.DivClassName
{
background-color: #9A3F9D;
}
.BgClassName
{
background-color: #9A3F9D;
}
</style>
border-color css
<style>
span { border-color: #9A3F9D; }
span { border-color: rgb(154,63,157); }
td.TdClassName
{
border-color: #9A3F9D;
}
.TagClassName
{
border-color: #9A3F9D;
}
</style>