Shades of Violet Blue #905095
Tints of Violet Blue #905095
RGB
CMYK
RGB Variations
Color information
#905095 (or 0x905095) is known color: Violet Blue. HEX triplet: 90, 50 and 95. RGB value is (144,80,149). Sum of RGB (Red+Green+Blue) = 144+80+149=373 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.61% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 149 - color contains mainly: blue. Hex color #905095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905095 is #6FAF6A. Grayscale: #6A6A6A. Windows color (decimal): -7319403 or 9785488. OLE color: 9785488.
HSL color Cylindrical-coordinate representation of color #905095: hue angle of 295.65º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #905095 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 80 | 149 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.42 |
| HSL | 295.65º | 0.3% | 0.45% | - |
| HSV(B) | 295.65º | 0.46% | 0.58% | - |
| XYZ | 19.8 | 13.84 | 30.06 | - |
| YUV | 107 | 151.7 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 80 | 149 | 0.03 | 0.46 | 0 | 0.42 | 295.65 | 0.3 | 0.45 |
| Hex | 90 | 50 | 95 | 3 | 2E | 0 | 2A | 128 | 1E | 2D |
| Octal | 220 | 120 | 225 | 3 | 56 | 0 | 52 | 450 | 36 | 55 |
| Binary | 10010000 | 1010000 | 10010101 | 11 | 101110 | 0 | 101010 | 100101000 | 11110 | 101101 |
Color Harmonies of #905095
Complementary color
Monochromatic Colors of #905095
Black with #905095
Text Example
Text Example
White with #905095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905095; }
p { color: rgb(144,80,149); }
H1.HeaderClassName
{
color: #905095;
}
.AnyTagClassName
{
color: #905095;
}
</style>
background-color css
<style>
a { background-color: #905095; }
a { background-color: rgb(144,80,149); }
div.DivClassName
{
background-color: #905095;
}
.BgClassName
{
background-color: #905095;
}
</style>
border-color css
<style>
span { border-color: #905095; }
span { border-color: rgb(144,80,149); }
td.TdClassName
{
border-color: #905095;
}
.TagClassName
{
border-color: #905095;
}
</style>