Shades of Violet Blue #9A458A
Tints of Violet Blue #9A458A
RGB
CMYK
RGB Variations
Color information
#9A458A (or 0x9A458A) is known color: Violet Blue. HEX triplet: 9A, 45 and 8A. RGB value is (154,69,138). Sum of RGB (Red+Green+Blue) = 154+69+138=361 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.66% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 154 - color contains mainly: red. Hex color #9A458A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A458A is #65BA75. Grayscale: #666666. Windows color (decimal): -6666870 or 9061786. OLE color: 9061786.
HSL color Cylindrical-coordinate representation of color #9A458A: hue angle of 311.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A458A is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 69 | 138 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.40 |
| HSL | 311.29º | 0.38% | 0.44% | - |
| HSV(B) | 311.29º | 0.55% | 0.6% | - |
| XYZ | 20.04 | 12.96 | 25.49 | - |
| YUV | 102.28 | 148.16 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 69 | 138 | 0 | 0.55 | 0.10 | 0.40 | 311.29 | 0.38 | 0.44 |
| Hex | 9A | 45 | 8A | 0 | 37 | A | 28 | 137 | 26 | 2C |
| Octal | 232 | 105 | 212 | 0 | 67 | 12 | 50 | 467 | 46 | 54 |
| Binary | 10011010 | 1000101 | 10001010 | 0 | 110111 | 1010 | 101000 | 100110111 | 100110 | 101100 |
Color Harmonies of #9A458A
Complementary color
Monochromatic Colors of #9A458A
Black with #9A458A
Text Example
Text Example
White with #9A458A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A458A; }
p { color: rgb(154,69,138); }
H1.HeaderClassName
{
color: #9A458A;
}
.AnyTagClassName
{
color: #9A458A;
}
</style>
background-color css
<style>
a { background-color: #9A458A; }
a { background-color: rgb(154,69,138); }
div.DivClassName
{
background-color: #9A458A;
}
.BgClassName
{
background-color: #9A458A;
}
</style>
border-color css
<style>
span { border-color: #9A458A; }
span { border-color: rgb(154,69,138); }
td.TdClassName
{
border-color: #9A458A;
}
.TagClassName
{
border-color: #9A458A;
}
</style>