Shades of Violet Blue #955297
Tints of Violet Blue #955297
RGB
CMYK
RGB Variations
Color information
#955297 (or 0x955297) is known color: Violet Blue. HEX triplet: 95, 52 and 97. RGB value is (149,82,151). Sum of RGB (Red+Green+Blue) = 149+82+151=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 151 (59.38% from 255 or 39.53% from 382); Max value from RGB is 151 - color contains mainly: blue. Hex color #955297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955297 is #6AAD68. Grayscale: #6D6D6D. Windows color (decimal): -6991209 or 9917077. OLE color: 9917077.
HSL color Cylindrical-coordinate representation of color #955297: hue angle of 298.26º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #955297 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 149 | 82 | 151 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.41 |
| HSL | 298.26º | 0.3% | 0.46% | - |
| HSV(B) | 298.26º | 0.46% | 0.59% | - |
| XYZ | 21 | 14.66 | 31 | - |
| YUV | 109.9 | 151.2 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 82 | 151 | 0.01 | 0.46 | 0 | 0.41 | 298.26 | 0.3 | 0.46 |
| Hex | 95 | 52 | 97 | 1 | 2E | 0 | 29 | 12A | 1E | 2E |
| Octal | 225 | 122 | 227 | 1 | 56 | 0 | 51 | 452 | 36 | 56 |
| Binary | 10010101 | 1010010 | 10010111 | 1 | 101110 | 0 | 101001 | 100101010 | 11110 | 101110 |
Color Harmonies of #955297
Complementary color
Monochromatic Colors of #955297
Black with #955297
Text Example
Text Example
White with #955297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955297; }
p { color: rgb(149,82,151); }
H1.HeaderClassName
{
color: #955297;
}
.AnyTagClassName
{
color: #955297;
}
</style>
background-color css
<style>
a { background-color: #955297; }
a { background-color: rgb(149,82,151); }
div.DivClassName
{
background-color: #955297;
}
.BgClassName
{
background-color: #955297;
}
</style>
border-color css
<style>
span { border-color: #955297; }
span { border-color: rgb(149,82,151); }
td.TdClassName
{
border-color: #955297;
}
.TagClassName
{
border-color: #955297;
}
</style>