Shades of Violet Blue #906E93
Tints of Violet Blue #906E93
RGB
CMYK
RGB Variations
Color information
#906E93 (or 0x906E93) is known color: Violet Blue. HEX triplet: 90, 6E and 93. RGB value is (144,110,147). Sum of RGB (Red+Green+Blue) = 144+110+147=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 147 - color contains mainly: blue. Hex color #906E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906E93 is #6F916C. Grayscale: #7C7C7C. Windows color (decimal): -7311725 or 9662096. OLE color: 9662096.
HSL color Cylindrical-coordinate representation of color #906E93: hue angle of 295.14º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #906E93 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 110 | 147 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.42 |
| HSL | 295.14º | 0.15% | 0.5% | - |
| HSV(B) | 295.14º | 0.25% | 0.58% | - |
| XYZ | 22.34 | 19.19 | 30.13 | - |
| YUV | 124.38 | 140.76 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 110 | 147 | 0.02 | 0.25 | 0 | 0.42 | 295.14 | 0.15 | 0.5 |
| Hex | 90 | 6E | 93 | 2 | 19 | 0 | 2A | 127 | F | 32 |
| Octal | 220 | 156 | 223 | 2 | 31 | 0 | 52 | 447 | 17 | 62 |
| Binary | 10010000 | 1101110 | 10010011 | 10 | 11001 | 0 | 101010 | 100100111 | 1111 | 110010 |
Color Harmonies of #906E93
Complementary color
Monochromatic Colors of #906E93
Black with #906E93
Text Example
Text Example
White with #906E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906E93; }
p { color: rgb(144,110,147); }
H1.HeaderClassName
{
color: #906E93;
}
.AnyTagClassName
{
color: #906E93;
}
</style>
background-color css
<style>
a { background-color: #906E93; }
a { background-color: rgb(144,110,147); }
div.DivClassName
{
background-color: #906E93;
}
.BgClassName
{
background-color: #906E93;
}
</style>
border-color css
<style>
span { border-color: #906E93; }
span { border-color: rgb(144,110,147); }
td.TdClassName
{
border-color: #906E93;
}
.TagClassName
{
border-color: #906E93;
}
</style>