Shades of Violet Blue #9A628E
Tints of Violet Blue #9A628E
RGB
CMYK
RGB Variations
Color information
#9A628E (or 0x9A628E) is known color: Violet Blue. HEX triplet: 9A, 62 and 8E. RGB value is (154,98,142). Sum of RGB (Red+Green+Blue) = 154+98+142=394 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.09% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 154 - color contains mainly: red. Hex color #9A628E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A628E is #659D71. Grayscale: #777777. Windows color (decimal): -6659442 or 9331354. OLE color: 9331354.
HSL color Cylindrical-coordinate representation of color #9A628E: hue angle of 312.86º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A628E is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 98 | 142 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.40 |
| HSL | 312.86º | 0.22% | 0.49% | - |
| HSV(B) | 312.86º | 0.36% | 0.6% | - |
| XYZ | 22.58 | 17.56 | 27.79 | - |
| YUV | 119.76 | 140.55 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 98 | 142 | 0 | 0.36 | 0.08 | 0.40 | 312.86 | 0.22 | 0.49 |
| Hex | 9A | 62 | 8E | 0 | 24 | 8 | 28 | 139 | 16 | 31 |
| Octal | 232 | 142 | 216 | 0 | 44 | 10 | 50 | 471 | 26 | 61 |
| Binary | 10011010 | 1100010 | 10001110 | 0 | 100100 | 1000 | 101000 | 100111001 | 10110 | 110001 |
Color Harmonies of #9A628E
Complementary color
Monochromatic Colors of #9A628E
Black with #9A628E
Text Example
Text Example
White with #9A628E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A628E; }
p { color: rgb(154,98,142); }
H1.HeaderClassName
{
color: #9A628E;
}
.AnyTagClassName
{
color: #9A628E;
}
</style>
background-color css
<style>
a { background-color: #9A628E; }
a { background-color: rgb(154,98,142); }
div.DivClassName
{
background-color: #9A628E;
}
.BgClassName
{
background-color: #9A628E;
}
</style>
border-color css
<style>
span { border-color: #9A628E; }
span { border-color: rgb(154,98,142); }
td.TdClassName
{
border-color: #9A628E;
}
.TagClassName
{
border-color: #9A628E;
}
</style>