Shades of Violet Blue #9A58A5
Tints of Violet Blue #9A58A5
RGB
CMYK
RGB Variations
Color information
#9A58A5 (or 0x9A58A5) is known color: Violet Blue. HEX triplet: 9A, 58 and A5. RGB value is (154,88,165). Sum of RGB (Red+Green+Blue) = 154+88+165=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 165 (64.84% from 255 or 40.54% from 407); Max value from RGB is 165 - color contains mainly: blue. Hex color #9A58A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A58A5 is #65A75A. Grayscale: #747474. Windows color (decimal): -6661979 or 10836122. OLE color: 10836122.
HSL color Cylindrical-coordinate representation of color #9A58A5: hue angle of 291.43º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A58A5 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 88 | 165 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.35 |
| HSL | 291.43º | 0.3% | 0.5% | - |
| HSV(B) | 291.43º | 0.47% | 0.65% | - |
| XYZ | 23.61 | 16.57 | 37.55 | - |
| YUV | 116.51 | 155.37 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 88 | 165 | 0.07 | 0.47 | 0 | 0.35 | 291.43 | 0.3 | 0.5 |
| Hex | 9A | 58 | A5 | 7 | 2F | 0 | 23 | 123 | 1E | 32 |
| Octal | 232 | 130 | 245 | 7 | 57 | 0 | 43 | 443 | 36 | 62 |
| Binary | 10011010 | 1011000 | 10100101 | 111 | 101111 | 0 | 100011 | 100100011 | 11110 | 110010 |
Color Harmonies of #9A58A5
Complementary color
Monochromatic Colors of #9A58A5
Black with #9A58A5
Text Example
Text Example
White with #9A58A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A58A5; }
p { color: rgb(154,88,165); }
H1.HeaderClassName
{
color: #9A58A5;
}
.AnyTagClassName
{
color: #9A58A5;
}
</style>
background-color css
<style>
a { background-color: #9A58A5; }
a { background-color: rgb(154,88,165); }
div.DivClassName
{
background-color: #9A58A5;
}
.BgClassName
{
background-color: #9A58A5;
}
</style>
border-color css
<style>
span { border-color: #9A58A5; }
span { border-color: rgb(154,88,165); }
td.TdClassName
{
border-color: #9A58A5;
}
.TagClassName
{
border-color: #9A58A5;
}
</style>