Shades of Violet Blue #9B428C
Tints of Violet Blue #9B428C
RGB
CMYK
RGB Variations
Color information
#9B428C (or 0x9B428C) is known color: Violet Blue. HEX triplet: 9B, 42 and 8C. RGB value is (155,66,140). Sum of RGB (Red+Green+Blue) = 155+66+140=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 155 - color contains mainly: red. Hex color #9B428C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B428C is #64BD73. Grayscale: #646464. Windows color (decimal): -6602100 or 9192091. OLE color: 9192091.
HSL color Cylindrical-coordinate representation of color #9B428C: hue angle of 310.11º 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 #9B428C is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 66 | 140 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.39 |
| HSL | 310.11º | 0.4% | 0.43% | - |
| HSV(B) | 310.11º | 0.57% | 0.61% | - |
| XYZ | 20.2 | 12.76 | 26.21 | - |
| YUV | 101.05 | 149.99 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 66 | 140 | 0 | 0.57 | 0.10 | 0.39 | 310.11 | 0.4 | 0.43 |
| Hex | 9B | 42 | 8C | 0 | 39 | A | 27 | 136 | 28 | 2B |
| Octal | 233 | 102 | 214 | 0 | 71 | 12 | 47 | 466 | 50 | 53 |
| Binary | 10011011 | 1000010 | 10001100 | 0 | 111001 | 1010 | 100111 | 100110110 | 101000 | 101011 |
Color Harmonies of #9B428C
Complementary color
Monochromatic Colors of #9B428C
Black with #9B428C
Text Example
Text Example
White with #9B428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B428C; }
p { color: rgb(155,66,140); }
H1.HeaderClassName
{
color: #9B428C;
}
.AnyTagClassName
{
color: #9B428C;
}
</style>
background-color css
<style>
a { background-color: #9B428C; }
a { background-color: rgb(155,66,140); }
div.DivClassName
{
background-color: #9B428C;
}
.BgClassName
{
background-color: #9B428C;
}
</style>
border-color css
<style>
span { border-color: #9B428C; }
span { border-color: rgb(155,66,140); }
td.TdClassName
{
border-color: #9B428C;
}
.TagClassName
{
border-color: #9B428C;
}
</style>