Shades of Violet Blue #905F9B
Tints of Violet Blue #905F9B
RGB
CMYK
RGB Variations
Color information
#905F9B (or 0x905F9B) is known color: Violet Blue. HEX triplet: 90, 5F and 9B. RGB value is (144,95,155). Sum of RGB (Red+Green+Blue) = 144+95+155=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 155 - color contains mainly: blue. Hex color #905F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905F9B is #6FA064. Grayscale: #747474. Windows color (decimal): -7315557 or 10182544. OLE color: 10182544.
HSL color Cylindrical-coordinate representation of color #905F9B: hue angle of 289º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #905F9B is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 95 | 155 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.39 |
| HSL | 289º | 0.24% | 0.49% | - |
| HSV(B) | 289º | 0.39% | 0.61% | - |
| XYZ | 21.51 | 16.48 | 33.06 | - |
| YUV | 116.49 | 149.73 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 155 | 0.07 | 0.39 | 0 | 0.39 | 289 | 0.24 | 0.49 |
| Hex | 90 | 5F | 9B | 7 | 27 | 0 | 27 | 121 | 18 | 31 |
| Octal | 220 | 137 | 233 | 7 | 47 | 0 | 47 | 441 | 30 | 61 |
| Binary | 10010000 | 1011111 | 10011011 | 111 | 100111 | 0 | 100111 | 100100001 | 11000 | 110001 |
Color Harmonies of #905F9B
Complementary color
Monochromatic Colors of #905F9B
Black with #905F9B
Text Example
Text Example
White with #905F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905F9B; }
p { color: rgb(144,95,155); }
H1.HeaderClassName
{
color: #905F9B;
}
.AnyTagClassName
{
color: #905F9B;
}
</style>
background-color css
<style>
a { background-color: #905F9B; }
a { background-color: rgb(144,95,155); }
div.DivClassName
{
background-color: #905F9B;
}
.BgClassName
{
background-color: #905F9B;
}
</style>
border-color css
<style>
span { border-color: #905F9B; }
span { border-color: rgb(144,95,155); }
td.TdClassName
{
border-color: #905F9B;
}
.TagClassName
{
border-color: #905F9B;
}
</style>