Shades of Blue Violet #951CDE
Tints of Blue Violet #951CDE
RGB
CMYK
RGB Variations
Color information
#951CDE (or 0x951CDE) is known color: Blue Violet. HEX triplet: 95, 1C and DE. RGB value is (149,28,222). Sum of RGB (Red+Green+Blue) = 149+28+222=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 28 (11.33% from 255 or 7.02% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #951CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951CDE is #6AE321. Grayscale: #555555. Windows color (decimal): -7004962 or 14556309. OLE color: 14556309.
HSL color Cylindrical-coordinate representation of color #951CDE: hue angle of 277.42º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951CDE is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 28 | 222 | - |
| CMYK | 0.33 | 0.87 | 0 | 0.13 |
| HSL | 277.42º | 0.78% | 0.49% | - |
| HSV(B) | 277.42º | 0.87% | 0.87% | - |
| XYZ | 25.99 | 12.49 | 70.15 | - |
| YUV | 86.3 | 204.59 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 28 | 222 | 0.33 | 0.87 | 0 | 0.13 | 277.42 | 0.78 | 0.49 |
| Hex | 95 | 1C | DE | 21 | 57 | 0 | D | 115 | 4E | 31 |
| Octal | 225 | 34 | 336 | 41 | 127 | 0 | 15 | 425 | 116 | 61 |
| Binary | 10010101 | 11100 | 11011110 | 100001 | 1010111 | 0 | 1101 | 100010101 | 1001110 | 110001 |
Color Harmonies of #951CDE
Complementary color
Monochromatic Colors of #951CDE
Black with #951CDE
Text Example
Text Example
White with #951CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951CDE; }
p { color: rgb(149,28,222); }
H1.HeaderClassName
{
color: #951CDE;
}
.AnyTagClassName
{
color: #951CDE;
}
</style>
background-color css
<style>
a { background-color: #951CDE; }
a { background-color: rgb(149,28,222); }
div.DivClassName
{
background-color: #951CDE;
}
.BgClassName
{
background-color: #951CDE;
}
</style>
border-color css
<style>
span { border-color: #951CDE; }
span { border-color: rgb(149,28,222); }
td.TdClassName
{
border-color: #951CDE;
}
.TagClassName
{
border-color: #951CDE;
}
</style>