Shades of Blue Violet #951CEF
Tints of Blue Violet #951CEF
RGB
CMYK
RGB Variations
Color information
#951CEF (or 0x951CEF) is known color: Blue Violet. HEX triplet: 95, 1C and EF. RGB value is (149,28,239). Sum of RGB (Red+Green+Blue) = 149+28+239=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 28 (11.33% from 255 or 6.73% from 416); Blue value is 239 (93.75% from 255 or 57.45% from 416); Max value from RGB is 239 - color contains mainly: blue. Hex color #951CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951CEF is #6AE310. Grayscale: #575757. Windows color (decimal): -7004945 or 15670421. OLE color: 15670421.
HSL color Cylindrical-coordinate representation of color #951CEF: hue angle of 274.41º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951CEF is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 28 | 239 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.06 |
| HSL | 274.41º | 0.87% | 0.52% | - |
| HSV(B) | 274.41º | 0.88% | 0.94% | - |
| XYZ | 28.39 | 13.45 | 82.76 | - |
| YUV | 88.23 | 213.09 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 28 | 239 | 0.38 | 0.88 | 0 | 0.06 | 274.41 | 0.87 | 0.52 |
| Hex | 95 | 1C | EF | 26 | 58 | 0 | 6 | 112 | 57 | 34 |
| Octal | 225 | 34 | 357 | 46 | 130 | 0 | 6 | 422 | 127 | 64 |
| Binary | 10010101 | 11100 | 11101111 | 100110 | 1011000 | 0 | 110 | 100010010 | 1010111 | 110100 |
Color Harmonies of #951CEF
Complementary color
Monochromatic Colors of #951CEF
Black with #951CEF
Text Example
Text Example
White with #951CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951CEF; }
p { color: rgb(149,28,239); }
H1.HeaderClassName
{
color: #951CEF;
}
.AnyTagClassName
{
color: #951CEF;
}
</style>
background-color css
<style>
a { background-color: #951CEF; }
a { background-color: rgb(149,28,239); }
div.DivClassName
{
background-color: #951CEF;
}
.BgClassName
{
background-color: #951CEF;
}
</style>
border-color css
<style>
span { border-color: #951CEF; }
span { border-color: rgb(149,28,239); }
td.TdClassName
{
border-color: #951CEF;
}
.TagClassName
{
border-color: #951CEF;
}
</style>