Shades of Violet Blue #906B93
Tints of Violet Blue #906B93
RGB
CMYK
RGB Variations
Color information
#906B93 (or 0x906B93) is known color: Violet Blue. HEX triplet: 90, 6B and 93. RGB value is (144,107,147). Sum of RGB (Red+Green+Blue) = 144+107+147=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 147 - color contains mainly: blue. Hex color #906B93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906B93 is #6F946C. Grayscale: #7A7A7A. Windows color (decimal): -7312493 or 9661328. OLE color: 9661328.
HSL color Cylindrical-coordinate representation of color #906B93: hue angle of 295.5º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #906B93 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 107 | 147 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.42 |
| HSL | 295.5º | 0.16% | 0.5% | - |
| HSV(B) | 295.5º | 0.27% | 0.58% | - |
| XYZ | 22.03 | 18.55 | 30.02 | - |
| YUV | 122.62 | 141.76 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 107 | 147 | 0.02 | 0.27 | 0 | 0.42 | 295.5 | 0.16 | 0.5 |
| Hex | 90 | 6B | 93 | 2 | 1B | 0 | 2A | 128 | 10 | 32 |
| Octal | 220 | 153 | 223 | 2 | 33 | 0 | 52 | 450 | 20 | 62 |
| Binary | 10010000 | 1101011 | 10010011 | 10 | 11011 | 0 | 101010 | 100101000 | 10000 | 110010 |
Color Harmonies of #906B93
Complementary color
Monochromatic Colors of #906B93
Black with #906B93
Text Example
Text Example
White with #906B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906B93; }
p { color: rgb(144,107,147); }
H1.HeaderClassName
{
color: #906B93;
}
.AnyTagClassName
{
color: #906B93;
}
</style>
background-color css
<style>
a { background-color: #906B93; }
a { background-color: rgb(144,107,147); }
div.DivClassName
{
background-color: #906B93;
}
.BgClassName
{
background-color: #906B93;
}
</style>
border-color css
<style>
span { border-color: #906B93; }
span { border-color: rgb(144,107,147); }
td.TdClassName
{
border-color: #906B93;
}
.TagClassName
{
border-color: #906B93;
}
</style>