Shades of Violet Blue #9A628F
Tints of Violet Blue #9A628F
RGB
CMYK
RGB Variations
Color information
#9A628F (or 0x9A628F) is known color: Violet Blue. HEX triplet: 9A, 62 and 8F. RGB value is (154,98,143). Sum of RGB (Red+Green+Blue) = 154+98+143=395 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.99% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 154 - color contains mainly: red. Hex color #9A628F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A628F is #659D70. Grayscale: #777777. Windows color (decimal): -6659441 or 9396890. OLE color: 9396890.
HSL color Cylindrical-coordinate representation of color #9A628F: hue angle of 311.79º 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 #9A628F is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 98 | 143 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.40 |
| HSL | 311.79º | 0.22% | 0.49% | - |
| HSV(B) | 311.79º | 0.36% | 0.6% | - |
| XYZ | 22.65 | 17.59 | 28.19 | - |
| YUV | 119.87 | 141.05 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 98 | 143 | 0 | 0.36 | 0.07 | 0.40 | 311.79 | 0.22 | 0.49 |
| Hex | 9A | 62 | 8F | 0 | 24 | 7 | 28 | 138 | 16 | 31 |
| Octal | 232 | 142 | 217 | 0 | 44 | 7 | 50 | 470 | 26 | 61 |
| Binary | 10011010 | 1100010 | 10001111 | 0 | 100100 | 111 | 101000 | 100111000 | 10110 | 110001 |
Color Harmonies of #9A628F
Complementary color
Monochromatic Colors of #9A628F
Black with #9A628F
Text Example
Text Example
White with #9A628F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A628F; }
p { color: rgb(154,98,143); }
H1.HeaderClassName
{
color: #9A628F;
}
.AnyTagClassName
{
color: #9A628F;
}
</style>
background-color css
<style>
a { background-color: #9A628F; }
a { background-color: rgb(154,98,143); }
div.DivClassName
{
background-color: #9A628F;
}
.BgClassName
{
background-color: #9A628F;
}
</style>
border-color css
<style>
span { border-color: #9A628F; }
span { border-color: rgb(154,98,143); }
td.TdClassName
{
border-color: #9A628F;
}
.TagClassName
{
border-color: #9A628F;
}
</style>