Shades of Vivid Violet #95408D
Tints of Vivid Violet #95408D
RGB
CMYK
RGB Variations
Color information
#95408D (or 0x95408D) is known color: Vivid Violet. HEX triplet: 95, 40 and 8D. RGB value is (149,64,141). Sum of RGB (Red+Green+Blue) = 149+64+141=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 149 - color contains mainly: red. Hex color #95408D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95408D is #6ABF72. Grayscale: #616161. Windows color (decimal): -6995827 or 9257109. OLE color: 9257109.
HSL color Cylindrical-coordinate representation of color #95408D: hue angle of 305.65º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #95408D is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 64 | 141 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.42 |
| HSL | 305.65º | 0.4% | 0.42% | - |
| HSV(B) | 305.65º | 0.57% | 0.58% | - |
| XYZ | 19.04 | 11.98 | 26.51 | - |
| YUV | 98.19 | 152.16 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 64 | 141 | 0 | 0.57 | 0.05 | 0.42 | 305.65 | 0.4 | 0.42 |
| Hex | 95 | 40 | 8D | 0 | 39 | 5 | 2A | 132 | 28 | 2A |
| Octal | 225 | 100 | 215 | 0 | 71 | 5 | 52 | 462 | 50 | 52 |
| Binary | 10010101 | 1000000 | 10001101 | 0 | 111001 | 101 | 101010 | 100110010 | 101000 | 101010 |
Color Harmonies of #95408D
Complementary color
Monochromatic Colors of #95408D
Black with #95408D
Text Example
Text Example
White with #95408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95408D; }
p { color: rgb(149,64,141); }
H1.HeaderClassName
{
color: #95408D;
}
.AnyTagClassName
{
color: #95408D;
}
</style>
background-color css
<style>
a { background-color: #95408D; }
a { background-color: rgb(149,64,141); }
div.DivClassName
{
background-color: #95408D;
}
.BgClassName
{
background-color: #95408D;
}
</style>
border-color css
<style>
span { border-color: #95408D; }
span { border-color: rgb(149,64,141); }
td.TdClassName
{
border-color: #95408D;
}
.TagClassName
{
border-color: #95408D;
}
</style>