Shades of Vivid Violet #953398
Tints of Vivid Violet #953398
RGB
CMYK
RGB Variations
Color information
#953398 (or 0x953398) is known color: Vivid Violet. HEX triplet: 95, 33 and 98. RGB value is (149,51,152). Sum of RGB (Red+Green+Blue) = 149+51+152=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 152 - color contains mainly: blue. Hex color #953398 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953398 is #6ACC67. Grayscale: #5B5B5B. Windows color (decimal): -6999144 or 9974677. OLE color: 9974677.
HSL color Cylindrical-coordinate representation of color #953398: hue angle of 298.22º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #953398 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 51 | 152 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.40 |
| HSL | 298.22º | 0.5% | 0.4% | - |
| HSV(B) | 298.22º | 0.66% | 0.6% | - |
| XYZ | 19.25 | 11.02 | 30.82 | - |
| YUV | 91.82 | 161.97 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 51 | 152 | 0.02 | 0.66 | 0 | 0.40 | 298.22 | 0.5 | 0.4 |
| Hex | 95 | 33 | 98 | 2 | 42 | 0 | 28 | 12A | 32 | 28 |
| Octal | 225 | 63 | 230 | 2 | 102 | 0 | 50 | 452 | 62 | 50 |
| Binary | 10010101 | 110011 | 10011000 | 10 | 1000010 | 0 | 101000 | 100101010 | 110010 | 101000 |
Color Harmonies of #953398
Complementary color
Monochromatic Colors of #953398
Black with #953398
Text Example
Text Example
White with #953398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953398; }
p { color: rgb(149,51,152); }
H1.HeaderClassName
{
color: #953398;
}
.AnyTagClassName
{
color: #953398;
}
</style>
background-color css
<style>
a { background-color: #953398; }
a { background-color: rgb(149,51,152); }
div.DivClassName
{
background-color: #953398;
}
.BgClassName
{
background-color: #953398;
}
</style>
border-color css
<style>
span { border-color: #953398; }
span { border-color: rgb(149,51,152); }
td.TdClassName
{
border-color: #953398;
}
.TagClassName
{
border-color: #953398;
}
</style>