Shades of Vivid Violet #953898
Tints of Vivid Violet #953898
RGB
CMYK
RGB Variations
Color information
#953898 (or 0x953898) is known color: Vivid Violet. HEX triplet: 95, 38 and 98. RGB value is (149,56,152). Sum of RGB (Red+Green+Blue) = 149+56+152=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 152 - color contains mainly: blue. Hex color #953898 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953898 is #6AC767. Grayscale: #5E5E5E. Windows color (decimal): -6997864 or 9975957. OLE color: 9975957.
HSL color Cylindrical-coordinate representation of color #953898: hue angle of 298.12º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #953898 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 56 | 152 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.40 |
| HSL | 298.13º | 0.46% | 0.41% | - |
| HSV(B) | 298.13º | 0.63% | 0.6% | - |
| XYZ | 19.48 | 11.48 | 30.9 | - |
| YUV | 94.75 | 160.31 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 56 | 152 | 0.02 | 0.63 | 0 | 0.40 | 298.13 | 0.46 | 0.41 |
| Hex | 95 | 38 | 98 | 2 | 3F | 0 | 28 | 12A | 2E | 29 |
| Octal | 225 | 70 | 230 | 2 | 77 | 0 | 50 | 452 | 56 | 51 |
| Binary | 10010101 | 111000 | 10011000 | 10 | 111111 | 0 | 101000 | 100101010 | 101110 | 101001 |
Color Harmonies of #953898
Complementary color
Monochromatic Colors of #953898
Black with #953898
Text Example
Text Example
White with #953898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953898; }
p { color: rgb(149,56,152); }
H1.HeaderClassName
{
color: #953898;
}
.AnyTagClassName
{
color: #953898;
}
</style>
background-color css
<style>
a { background-color: #953898; }
a { background-color: rgb(149,56,152); }
div.DivClassName
{
background-color: #953898;
}
.BgClassName
{
background-color: #953898;
}
</style>
border-color css
<style>
span { border-color: #953898; }
span { border-color: rgb(149,56,152); }
td.TdClassName
{
border-color: #953898;
}
.TagClassName
{
border-color: #953898;
}
</style>