Shades of Vivid Violet #95319C
Tints of Vivid Violet #95319C
RGB
CMYK
RGB Variations
Color information
#95319C (or 0x95319C) is known color: Vivid Violet. HEX triplet: 95, 31 and 9C. RGB value is (149,49,156). Sum of RGB (Red+Green+Blue) = 149+49+156=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #95319C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95319C is #6ACE63. Grayscale: #5A5A5A. Windows color (decimal): -6999652 or 10236309. OLE color: 10236309.
HSL color Cylindrical-coordinate representation of color #95319C: hue angle of 296.07º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #95319C is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 49 | 156 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.39 |
| HSL | 296.07º | 0.52% | 0.4% | - |
| HSV(B) | 296.07º | 0.69% | 0.61% | - |
| XYZ | 19.49 | 10.99 | 32.55 | - |
| YUV | 91.1 | 164.63 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 49 | 156 | 0.04 | 0.69 | 0 | 0.39 | 296.07 | 0.52 | 0.4 |
| Hex | 95 | 31 | 9C | 4 | 45 | 0 | 27 | 128 | 34 | 28 |
| Octal | 225 | 61 | 234 | 4 | 105 | 0 | 47 | 450 | 64 | 50 |
| Binary | 10010101 | 110001 | 10011100 | 100 | 1000101 | 0 | 100111 | 100101000 | 110100 | 101000 |
Color Harmonies of #95319C
Complementary color
Monochromatic Colors of #95319C
Black with #95319C
Text Example
Text Example
White with #95319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95319C; }
p { color: rgb(149,49,156); }
H1.HeaderClassName
{
color: #95319C;
}
.AnyTagClassName
{
color: #95319C;
}
</style>
background-color css
<style>
a { background-color: #95319C; }
a { background-color: rgb(149,49,156); }
div.DivClassName
{
background-color: #95319C;
}
.BgClassName
{
background-color: #95319C;
}
</style>
border-color css
<style>
span { border-color: #95319C; }
span { border-color: rgb(149,49,156); }
td.TdClassName
{
border-color: #95319C;
}
.TagClassName
{
border-color: #95319C;
}
</style>