Shades of Vivid Violet #95409C
Tints of Vivid Violet #95409C
RGB
CMYK
RGB Variations
Color information
#95409C (or 0x95409C) is known color: Vivid Violet. HEX triplet: 95, 40 and 9C. RGB value is (149,64,156). Sum of RGB (Red+Green+Blue) = 149+64+156=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 156 - color contains mainly: blue. Hex color #95409C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95409C is #6ABF63. Grayscale: #636363. Windows color (decimal): -6995812 or 10240149. OLE color: 10240149.
HSL color Cylindrical-coordinate representation of color #95409C: hue angle of 295.43º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #95409C is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 64 | 156 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.39 |
| HSL | 295.43º | 0.42% | 0.43% | - |
| HSV(B) | 295.43º | 0.59% | 0.61% | - |
| XYZ | 20.23 | 12.46 | 32.79 | - |
| YUV | 99.9 | 159.66 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 64 | 156 | 0.04 | 0.59 | 0 | 0.39 | 295.43 | 0.42 | 0.43 |
| Hex | 95 | 40 | 9C | 4 | 3B | 0 | 27 | 127 | 2A | 2B |
| Octal | 225 | 100 | 234 | 4 | 73 | 0 | 47 | 447 | 52 | 53 |
| Binary | 10010101 | 1000000 | 10011100 | 100 | 111011 | 0 | 100111 | 100100111 | 101010 | 101011 |
Color Harmonies of #95409C
Complementary color
Monochromatic Colors of #95409C
Black with #95409C
Text Example
Text Example
White with #95409C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95409C; }
p { color: rgb(149,64,156); }
H1.HeaderClassName
{
color: #95409C;
}
.AnyTagClassName
{
color: #95409C;
}
</style>
background-color css
<style>
a { background-color: #95409C; }
a { background-color: rgb(149,64,156); }
div.DivClassName
{
background-color: #95409C;
}
.BgClassName
{
background-color: #95409C;
}
</style>
border-color css
<style>
span { border-color: #95409C; }
span { border-color: rgb(149,64,156); }
td.TdClassName
{
border-color: #95409C;
}
.TagClassName
{
border-color: #95409C;
}
</style>