Shades of Violet Blue #955093
Tints of Violet Blue #955093
RGB
CMYK
RGB Variations
Color information
#955093 (or 0x955093) is known color: Violet Blue. HEX triplet: 95, 50 and 93. RGB value is (149,80,147). Sum of RGB (Red+Green+Blue) = 149+80+147=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #955093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955093 is #6AAF6C. Grayscale: #6C6C6C. Windows color (decimal): -6991725 or 9654421. OLE color: 9654421.
HSL color Cylindrical-coordinate representation of color #955093: hue angle of 301.74º 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 #955093 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 80 | 147 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.42 |
| HSL | 301.74º | 0.3% | 0.45% | - |
| HSV(B) | 301.74º | 0.46% | 0.58% | - |
| XYZ | 20.53 | 14.23 | 29.27 | - |
| YUV | 108.27 | 149.86 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 80 | 147 | 0 | 0.46 | 0.01 | 0.42 | 301.74 | 0.3 | 0.45 |
| Hex | 95 | 50 | 93 | 0 | 2E | 1 | 2A | 12E | 1E | 2D |
| Octal | 225 | 120 | 223 | 0 | 56 | 1 | 52 | 456 | 36 | 55 |
| Binary | 10010101 | 1010000 | 10010011 | 0 | 101110 | 1 | 101010 | 100101110 | 11110 | 101101 |
Color Harmonies of #955093
Complementary color
Monochromatic Colors of #955093
Black with #955093
Text Example
Text Example
White with #955093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955093; }
p { color: rgb(149,80,147); }
H1.HeaderClassName
{
color: #955093;
}
.AnyTagClassName
{
color: #955093;
}
</style>
background-color css
<style>
a { background-color: #955093; }
a { background-color: rgb(149,80,147); }
div.DivClassName
{
background-color: #955093;
}
.BgClassName
{
background-color: #955093;
}
</style>
border-color css
<style>
span { border-color: #955093; }
span { border-color: rgb(149,80,147); }
td.TdClassName
{
border-color: #955093;
}
.TagClassName
{
border-color: #955093;
}
</style>