Shades of Violet Blue #955398
Tints of Violet Blue #955398
RGB
CMYK
RGB Variations
Color information
#955398 (or 0x955398) is known color: Violet Blue. HEX triplet: 95, 53 and 98. RGB value is (149,83,152). Sum of RGB (Red+Green+Blue) = 149+83+152=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 152 (59.77% from 255 or 39.58% from 384); Max value from RGB is 152 - color contains mainly: blue. Hex color #955398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955398 is #6AAC67. Grayscale: #6E6E6E. Windows color (decimal): -6990952 or 9982869. OLE color: 9982869.
HSL color Cylindrical-coordinate representation of color #955398: hue angle of 297.39º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #955398 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 83 | 152 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.40 |
| HSL | 297.39º | 0.29% | 0.46% | - |
| HSV(B) | 297.39º | 0.45% | 0.6% | - |
| XYZ | 21.16 | 14.84 | 31.46 | - |
| YUV | 110.6 | 151.37 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 83 | 152 | 0.02 | 0.45 | 0 | 0.40 | 297.39 | 0.29 | 0.46 |
| Hex | 95 | 53 | 98 | 2 | 2D | 0 | 28 | 129 | 1D | 2E |
| Octal | 225 | 123 | 230 | 2 | 55 | 0 | 50 | 451 | 35 | 56 |
| Binary | 10010101 | 1010011 | 10011000 | 10 | 101101 | 0 | 101000 | 100101001 | 11101 | 101110 |
Color Harmonies of #955398
Complementary color
Monochromatic Colors of #955398
Black with #955398
Text Example
Text Example
White with #955398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955398; }
p { color: rgb(149,83,152); }
H1.HeaderClassName
{
color: #955398;
}
.AnyTagClassName
{
color: #955398;
}
</style>
background-color css
<style>
a { background-color: #955398; }
a { background-color: rgb(149,83,152); }
div.DivClassName
{
background-color: #955398;
}
.BgClassName
{
background-color: #955398;
}
</style>
border-color css
<style>
span { border-color: #955398; }
span { border-color: rgb(149,83,152); }
td.TdClassName
{
border-color: #955398;
}
.TagClassName
{
border-color: #955398;
}
</style>