Shades of Violet Blue #9458A5
Tints of Violet Blue #9458A5
RGB
CMYK
RGB Variations
Color information
#9458A5 (or 0x9458A5) is known color: Violet Blue. HEX triplet: 94, 58 and A5. RGB value is (148,88,165). Sum of RGB (Red+Green+Blue) = 148+88+165=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 88 (34.77% from 255 or 21.95% from 401); Blue value is 165 (64.84% from 255 or 41.15% from 401); Max value from RGB is 165 - color contains mainly: blue. Hex color #9458A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9458A5 is #6BA75A. Grayscale: #727272. Windows color (decimal): -7055195 or 10836116. OLE color: 10836116.
HSL color Cylindrical-coordinate representation of color #9458A5: hue angle of 286.75º 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 #9458A5 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 88 | 165 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.35 |
| HSL | 286.75º | 0.3% | 0.5% | - |
| HSV(B) | 286.75º | 0.47% | 0.65% | - |
| XYZ | 22.49 | 15.99 | 37.5 | - |
| YUV | 114.72 | 156.38 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 88 | 165 | 0.10 | 0.47 | 0 | 0.35 | 286.75 | 0.3 | 0.5 |
| Hex | 94 | 58 | A5 | A | 2F | 0 | 23 | 11F | 1E | 32 |
| Octal | 224 | 130 | 245 | 12 | 57 | 0 | 43 | 437 | 36 | 62 |
| Binary | 10010100 | 1011000 | 10100101 | 1010 | 101111 | 0 | 100011 | 100011111 | 11110 | 110010 |
Color Harmonies of #9458A5
Complementary color
Monochromatic Colors of #9458A5
Black with #9458A5
Text Example
Text Example
White with #9458A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9458A5; }
p { color: rgb(148,88,165); }
H1.HeaderClassName
{
color: #9458A5;
}
.AnyTagClassName
{
color: #9458A5;
}
</style>
background-color css
<style>
a { background-color: #9458A5; }
a { background-color: rgb(148,88,165); }
div.DivClassName
{
background-color: #9458A5;
}
.BgClassName
{
background-color: #9458A5;
}
</style>
border-color css
<style>
span { border-color: #9458A5; }
span { border-color: rgb(148,88,165); }
td.TdClassName
{
border-color: #9458A5;
}
.TagClassName
{
border-color: #9458A5;
}
</style>