Shades of Vivid Violet #95408A
Tints of Vivid Violet #95408A
RGB
CMYK
RGB Variations
Color information
#95408A (or 0x95408A) is known color: Vivid Violet. HEX triplet: 95, 40 and 8A. RGB value is (149,64,138). Sum of RGB (Red+Green+Blue) = 149+64+138=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #95408A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95408A is #6ABF75. Grayscale: #616161. Windows color (decimal): -6995830 or 9060501. OLE color: 9060501.
HSL color Cylindrical-coordinate representation of color #95408A: hue angle of 307.76º 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 #95408A is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 64 | 138 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.42 |
| HSL | 307.76º | 0.4% | 0.42% | - |
| HSV(B) | 307.76º | 0.57% | 0.58% | - |
| XYZ | 18.82 | 11.89 | 25.35 | - |
| YUV | 97.85 | 150.66 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 64 | 138 | 0 | 0.57 | 0.07 | 0.42 | 307.76 | 0.4 | 0.42 |
| Hex | 95 | 40 | 8A | 0 | 39 | 7 | 2A | 134 | 28 | 2A |
| Octal | 225 | 100 | 212 | 0 | 71 | 7 | 52 | 464 | 50 | 52 |
| Binary | 10010101 | 1000000 | 10001010 | 0 | 111001 | 111 | 101010 | 100110100 | 101000 | 101010 |
Color Harmonies of #95408A
Complementary color
Monochromatic Colors of #95408A
Black with #95408A
Text Example
Text Example
White with #95408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95408A; }
p { color: rgb(149,64,138); }
H1.HeaderClassName
{
color: #95408A;
}
.AnyTagClassName
{
color: #95408A;
}
</style>
background-color css
<style>
a { background-color: #95408A; }
a { background-color: rgb(149,64,138); }
div.DivClassName
{
background-color: #95408A;
}
.BgClassName
{
background-color: #95408A;
}
</style>
border-color css
<style>
span { border-color: #95408A; }
span { border-color: rgb(149,64,138); }
td.TdClassName
{
border-color: #95408A;
}
.TagClassName
{
border-color: #95408A;
}
</style>