Shades of Vivid Violet #951CAA
Tints of Vivid Violet #951CAA
RGB
CMYK
RGB Variations
Color information
#951CAA (or 0x951CAA) is known color: Vivid Violet. HEX triplet: 95, 1C and AA. RGB value is (149,28,170). Sum of RGB (Red+Green+Blue) = 149+28+170=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #951CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951CAA is #6AE355. Grayscale: #4F4F4F. Windows color (decimal): -7005014 or 11148437. OLE color: 11148437.
HSL color Cylindrical-coordinate representation of color #951CAA: hue angle of 291.13º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #951CAA is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 28 | 170 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.33 |
| HSL | 291.13º | 0.72% | 0.39% | - |
| HSV(B) | 291.13º | 0.84% | 0.67% | - |
| XYZ | 20.07 | 10.12 | 38.93 | - |
| YUV | 80.37 | 178.59 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 28 | 170 | 0.12 | 0.84 | 0 | 0.33 | 291.13 | 0.72 | 0.39 |
| Hex | 95 | 1C | AA | C | 54 | 0 | 21 | 123 | 48 | 27 |
| Octal | 225 | 34 | 252 | 14 | 124 | 0 | 41 | 443 | 110 | 47 |
| Binary | 10010101 | 11100 | 10101010 | 1100 | 1010100 | 0 | 100001 | 100100011 | 1001000 | 100111 |
Color Harmonies of #951CAA
Complementary color
Monochromatic Colors of #951CAA
Black with #951CAA
Text Example
Text Example
White with #951CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951CAA; }
p { color: rgb(149,28,170); }
H1.HeaderClassName
{
color: #951CAA;
}
.AnyTagClassName
{
color: #951CAA;
}
</style>
background-color css
<style>
a { background-color: #951CAA; }
a { background-color: rgb(149,28,170); }
div.DivClassName
{
background-color: #951CAA;
}
.BgClassName
{
background-color: #951CAA;
}
</style>
border-color css
<style>
span { border-color: #951CAA; }
span { border-color: rgb(149,28,170); }
td.TdClassName
{
border-color: #951CAA;
}
.TagClassName
{
border-color: #951CAA;
}
</style>