Shades of Violet Blue #9A428B
Tints of Violet Blue #9A428B
RGB
CMYK
RGB Variations
Color information
#9A428B (or 0x9A428B) is known color: Violet Blue. HEX triplet: 9A, 42 and 8B. RGB value is (154,66,139). Sum of RGB (Red+Green+Blue) = 154+66+139=359 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.90% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 154 - color contains mainly: red. Hex color #9A428B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A428B is #65BD74. Grayscale: #646464. Windows color (decimal): -6667637 or 9126554. OLE color: 9126554.
HSL color Cylindrical-coordinate representation of color #9A428B: hue angle of 310.23º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9A428B is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 66 | 139 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.40 |
| HSL | 310.23º | 0.4% | 0.43% | - |
| HSV(B) | 310.23º | 0.57% | 0.6% | - |
| XYZ | 19.93 | 12.63 | 25.81 | - |
| YUV | 100.63 | 149.65 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 66 | 139 | 0 | 0.57 | 0.10 | 0.40 | 310.23 | 0.4 | 0.43 |
| Hex | 9A | 42 | 8B | 0 | 39 | A | 28 | 136 | 28 | 2B |
| Octal | 232 | 102 | 213 | 0 | 71 | 12 | 50 | 466 | 50 | 53 |
| Binary | 10011010 | 1000010 | 10001011 | 0 | 111001 | 1010 | 101000 | 100110110 | 101000 | 101011 |
Color Harmonies of #9A428B
Complementary color
Monochromatic Colors of #9A428B
Black with #9A428B
Text Example
Text Example
White with #9A428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A428B; }
p { color: rgb(154,66,139); }
H1.HeaderClassName
{
color: #9A428B;
}
.AnyTagClassName
{
color: #9A428B;
}
</style>
background-color css
<style>
a { background-color: #9A428B; }
a { background-color: rgb(154,66,139); }
div.DivClassName
{
background-color: #9A428B;
}
.BgClassName
{
background-color: #9A428B;
}
</style>
border-color css
<style>
span { border-color: #9A428B; }
span { border-color: rgb(154,66,139); }
td.TdClassName
{
border-color: #9A428B;
}
.TagClassName
{
border-color: #9A428B;
}
</style>