Shades of Violet Blue #935299
Tints of Violet Blue #935299
RGB
CMYK
RGB Variations
Color information
#935299 (or 0x935299) is known color: Violet Blue. HEX triplet: 93, 52 and 99. RGB value is (147,82,153). Sum of RGB (Red+Green+Blue) = 147+82+153=382 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.48% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 153 - color contains mainly: blue. Hex color #935299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935299 is #6CAD66. Grayscale: #6D6D6D. Windows color (decimal): -7122279 or 10048147. OLE color: 10048147.
HSL color Cylindrical-coordinate representation of color #935299: hue angle of 294.93º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #935299 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 147 | 82 | 153 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.4 |
| HSL | 294.93º | 0.3% | 0.46% | - |
| HSV(B) | 294.93º | 0.46% | 0.6% | - |
| XYZ | 20.8 | 14.54 | 31.85 | - |
| YUV | 109.53 | 152.53 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 82 | 153 | 0.04 | 0.46 | 0 | 0.4 | 294.93 | 0.3 | 0.46 |
| Hex | 93 | 52 | 99 | 4 | 2E | 0 | 28 | 127 | 1E | 2E |
| Octal | 223 | 122 | 231 | 4 | 56 | 0 | 50 | 447 | 36 | 56 |
| Binary | 10010011 | 1010010 | 10011001 | 100 | 101110 | 0 | 101000 | 100100111 | 11110 | 101110 |
Color Harmonies of #935299
Complementary color
Monochromatic Colors of #935299
Black with #935299
Text Example
Text Example
White with #935299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935299; }
p { color: rgb(147,82,153); }
H1.HeaderClassName
{
color: #935299;
}
.AnyTagClassName
{
color: #935299;
}
</style>
background-color css
<style>
a { background-color: #935299; }
a { background-color: rgb(147,82,153); }
div.DivClassName
{
background-color: #935299;
}
.BgClassName
{
background-color: #935299;
}
</style>
border-color css
<style>
span { border-color: #935299; }
span { border-color: rgb(147,82,153); }
td.TdClassName
{
border-color: #935299;
}
.TagClassName
{
border-color: #935299;
}
</style>