Shades of Blue Violet #951CDA
Tints of Blue Violet #951CDA
RGB
CMYK
RGB Variations
Color information
#951CDA (or 0x951CDA) is known color: Blue Violet. HEX triplet: 95, 1C and DA. RGB value is (149,28,218). Sum of RGB (Red+Green+Blue) = 149+28+218=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #951CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951CDA is #6AE325. Grayscale: #555555. Windows color (decimal): -7004966 or 14294165. OLE color: 14294165.
HSL color Cylindrical-coordinate representation of color #951CDA: hue angle of 278.21º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951CDA is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 28 | 218 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.15 |
| HSL | 278.21º | 0.77% | 0.48% | - |
| HSV(B) | 278.21º | 0.87% | 0.85% | - |
| XYZ | 25.46 | 12.28 | 67.36 | - |
| YUV | 85.84 | 202.59 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 28 | 218 | 0.32 | 0.87 | 0 | 0.15 | 278.21 | 0.77 | 0.48 |
| Hex | 95 | 1C | DA | 20 | 57 | 0 | F | 116 | 4D | 30 |
| Octal | 225 | 34 | 332 | 40 | 127 | 0 | 17 | 426 | 115 | 60 |
| Binary | 10010101 | 11100 | 11011010 | 100000 | 1010111 | 0 | 1111 | 100010110 | 1001101 | 110000 |
Color Harmonies of #951CDA
Complementary color
Monochromatic Colors of #951CDA
Black with #951CDA
Text Example
Text Example
White with #951CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951CDA; }
p { color: rgb(149,28,218); }
H1.HeaderClassName
{
color: #951CDA;
}
.AnyTagClassName
{
color: #951CDA;
}
</style>
background-color css
<style>
a { background-color: #951CDA; }
a { background-color: rgb(149,28,218); }
div.DivClassName
{
background-color: #951CDA;
}
.BgClassName
{
background-color: #951CDA;
}
</style>
border-color css
<style>
span { border-color: #951CDA; }
span { border-color: rgb(149,28,218); }
td.TdClassName
{
border-color: #951CDA;
}
.TagClassName
{
border-color: #951CDA;
}
</style>