Shades of Violet Blue #9658A5
Tints of Violet Blue #9658A5
RGB
CMYK
RGB Variations
Color information
#9658A5 (or 0x9658A5) is known color: Violet Blue. HEX triplet: 96, 58 and A5. RGB value is (150,88,165). Sum of RGB (Red+Green+Blue) = 150+88+165=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 165 (64.84% from 255 or 40.94% from 403); Max value from RGB is 165 - color contains mainly: blue. Hex color #9658A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9658A5 is #69A75A. Grayscale: #737373. Windows color (decimal): -6924123 or 10836118. OLE color: 10836118.
HSL color Cylindrical-coordinate representation of color #9658A5: hue angle of 288.31º 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 #9658A5 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 88 | 165 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.35 |
| HSL | 288.31º | 0.3% | 0.5% | - |
| HSV(B) | 288.31º | 0.47% | 0.65% | - |
| XYZ | 22.86 | 16.18 | 37.52 | - |
| YUV | 115.32 | 156.04 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 88 | 165 | 0.09 | 0.47 | 0 | 0.35 | 288.31 | 0.3 | 0.5 |
| Hex | 96 | 58 | A5 | 9 | 2F | 0 | 23 | 120 | 1E | 32 |
| Octal | 226 | 130 | 245 | 11 | 57 | 0 | 43 | 440 | 36 | 62 |
| Binary | 10010110 | 1011000 | 10100101 | 1001 | 101111 | 0 | 100011 | 100100000 | 11110 | 110010 |
Color Harmonies of #9658A5
Complementary color
Monochromatic Colors of #9658A5
Black with #9658A5
Text Example
Text Example
White with #9658A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9658A5; }
p { color: rgb(150,88,165); }
H1.HeaderClassName
{
color: #9658A5;
}
.AnyTagClassName
{
color: #9658A5;
}
</style>
background-color css
<style>
a { background-color: #9658A5; }
a { background-color: rgb(150,88,165); }
div.DivClassName
{
background-color: #9658A5;
}
.BgClassName
{
background-color: #9658A5;
}
</style>
border-color css
<style>
span { border-color: #9658A5; }
span { border-color: rgb(150,88,165); }
td.TdClassName
{
border-color: #9658A5;
}
.TagClassName
{
border-color: #9658A5;
}
</style>