Shades of Violet Blue #907093
Tints of Violet Blue #907093
RGB
CMYK
RGB Variations
Color information
#907093 (or 0x907093) is known color: Violet Blue. HEX triplet: 90, 70 and 93. RGB value is (144,112,147). Sum of RGB (Red+Green+Blue) = 144+112+147=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 147 - color contains mainly: blue. Hex color #907093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907093 is #6F8F6C. Grayscale: #7D7D7D. Windows color (decimal): -7311213 or 9662608. OLE color: 9662608.
HSL color Cylindrical-coordinate representation of color #907093: hue angle of 294.86º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #907093 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 112 | 147 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.42 |
| HSL | 294.86º | 0.14% | 0.51% | - |
| HSV(B) | 294.86º | 0.24% | 0.58% | - |
| XYZ | 22.56 | 19.62 | 30.2 | - |
| YUV | 125.56 | 140.1 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 112 | 147 | 0.02 | 0.24 | 0 | 0.42 | 294.86 | 0.14 | 0.51 |
| Hex | 90 | 70 | 93 | 2 | 18 | 0 | 2A | 127 | E | 33 |
| Octal | 220 | 160 | 223 | 2 | 30 | 0 | 52 | 447 | 16 | 63 |
| Binary | 10010000 | 1110000 | 10010011 | 10 | 11000 | 0 | 101010 | 100100111 | 1110 | 110011 |
Color Harmonies of #907093
Complementary color
Monochromatic Colors of #907093
Black with #907093
Text Example
Text Example
White with #907093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907093; }
p { color: rgb(144,112,147); }
H1.HeaderClassName
{
color: #907093;
}
.AnyTagClassName
{
color: #907093;
}
</style>
background-color css
<style>
a { background-color: #907093; }
a { background-color: rgb(144,112,147); }
div.DivClassName
{
background-color: #907093;
}
.BgClassName
{
background-color: #907093;
}
</style>
border-color css
<style>
span { border-color: #907093; }
span { border-color: rgb(144,112,147); }
td.TdClassName
{
border-color: #907093;
}
.TagClassName
{
border-color: #907093;
}
</style>