Shades of Violet Blue #9B428B
Tints of Violet Blue #9B428B
RGB
CMYK
RGB Variations
Color information
#9B428B (or 0x9B428B) is known color: Violet Blue. HEX triplet: 9B, 42 and 8B. RGB value is (155,66,139). Sum of RGB (Red+Green+Blue) = 155+66+139=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 155 - color contains mainly: red. Hex color #9B428B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B428B is #64BD74. Grayscale: #646464. Windows color (decimal): -6602101 or 9126555. OLE color: 9126555.
HSL color Cylindrical-coordinate representation of color #9B428B: hue angle of 310.79º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B428B is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 66 | 139 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.39 |
| HSL | 310.79º | 0.4% | 0.43% | - |
| HSV(B) | 310.79º | 0.57% | 0.61% | - |
| XYZ | 20.13 | 12.73 | 25.82 | - |
| YUV | 100.93 | 149.49 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 66 | 139 | 0 | 0.57 | 0.10 | 0.39 | 310.79 | 0.4 | 0.43 |
| Hex | 9B | 42 | 8B | 0 | 39 | A | 27 | 137 | 28 | 2B |
| Octal | 233 | 102 | 213 | 0 | 71 | 12 | 47 | 467 | 50 | 53 |
| Binary | 10011011 | 1000010 | 10001011 | 0 | 111001 | 1010 | 100111 | 100110111 | 101000 | 101011 |
Color Harmonies of #9B428B
Complementary color
Monochromatic Colors of #9B428B
Black with #9B428B
Text Example
Text Example
White with #9B428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B428B; }
p { color: rgb(155,66,139); }
H1.HeaderClassName
{
color: #9B428B;
}
.AnyTagClassName
{
color: #9B428B;
}
</style>
background-color css
<style>
a { background-color: #9B428B; }
a { background-color: rgb(155,66,139); }
div.DivClassName
{
background-color: #9B428B;
}
.BgClassName
{
background-color: #9B428B;
}
</style>
border-color css
<style>
span { border-color: #9B428B; }
span { border-color: rgb(155,66,139); }
td.TdClassName
{
border-color: #9B428B;
}
.TagClassName
{
border-color: #9B428B;
}
</style>