Shades of Vivid Violet #951FA5
Tints of Vivid Violet #951FA5
RGB
CMYK
RGB Variations
Color information
#951FA5 (or 0x951FA5) is known color: Vivid Violet. HEX triplet: 95, 1F and A5. RGB value is (149,31,165). Sum of RGB (Red+Green+Blue) = 149+31+165=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 165 (64.84% from 255 or 47.83% from 345); Max value from RGB is 165 - color contains mainly: blue. Hex color #951FA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951FA5 is #6AE05A. Grayscale: #515151. Windows color (decimal): -7004251 or 10821525. OLE color: 10821525.
HSL color Cylindrical-coordinate representation of color #951FA5: hue angle of 292.84º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #951FA5 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 31 | 165 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.35 |
| HSL | 292.84º | 0.68% | 0.38% | - |
| HSV(B) | 292.84º | 0.81% | 0.65% | - |
| XYZ | 19.68 | 10.09 | 36.51 | - |
| YUV | 81.56 | 175.09 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 31 | 165 | 0.10 | 0.81 | 0 | 0.35 | 292.84 | 0.68 | 0.38 |
| Hex | 95 | 1F | A5 | A | 51 | 0 | 23 | 125 | 44 | 26 |
| Octal | 225 | 37 | 245 | 12 | 121 | 0 | 43 | 445 | 104 | 46 |
| Binary | 10010101 | 11111 | 10100101 | 1010 | 1010001 | 0 | 100011 | 100100101 | 1000100 | 100110 |
Color Harmonies of #951FA5
Complementary color
Monochromatic Colors of #951FA5
Black with #951FA5
Text Example
Text Example
White with #951FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951FA5; }
p { color: rgb(149,31,165); }
H1.HeaderClassName
{
color: #951FA5;
}
.AnyTagClassName
{
color: #951FA5;
}
</style>
background-color css
<style>
a { background-color: #951FA5; }
a { background-color: rgb(149,31,165); }
div.DivClassName
{
background-color: #951FA5;
}
.BgClassName
{
background-color: #951FA5;
}
</style>
border-color css
<style>
span { border-color: #951FA5; }
span { border-color: rgb(149,31,165); }
td.TdClassName
{
border-color: #951FA5;
}
.TagClassName
{
border-color: #951FA5;
}
</style>