Shades of Blue Violet #951BFF
Tints of Blue Violet #951BFF
RGB
CMYK
RGB Variations
Color information
#951BFF (or 0x951BFF) is known color: Blue Violet. HEX triplet: 95, 1B and FF. RGB value is (149,27,255). Sum of RGB (Red+Green+Blue) = 149+27+255=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 27 (10.94% from 255 or 6.26% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #951BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951BFF is #6AE400. Grayscale: #585858. Windows color (decimal): -7005185 or 16718741. OLE color: 16718741.
HSL color Cylindrical-coordinate representation of color #951BFF: hue angle of 272.11º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951BFF is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 27 | 255 | - |
| CMYK | 0.42 | 0.89 | 0 | 0 |
| HSL | 272.11º | 1% | 0.55% | - |
| HSV(B) | 272.11º | 0.89% | 1% | - |
| XYZ | 30.84 | 14.39 | 95.76 | - |
| YUV | 89.47 | 221.42 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 27 | 255 | 0.42 | 0.89 | 0 | 0 | 272.11 | 1 | 0.55 |
| Hex | 95 | 1B | FF | 2A | 59 | 0 | 0 | 110 | 64 | 37 |
| Octal | 225 | 33 | 377 | 52 | 131 | 0 | 0 | 420 | 144 | 67 |
| Binary | 10010101 | 11011 | 11111111 | 101010 | 1011001 | 0 | 0 | 100010000 | 1100100 | 110111 |
Color Harmonies of #951BFF
Complementary color
Monochromatic Colors of #951BFF
Black with #951BFF
Text Example
Text Example
White with #951BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951BFF; }
p { color: rgb(149,27,255); }
H1.HeaderClassName
{
color: #951BFF;
}
.AnyTagClassName
{
color: #951BFF;
}
</style>
background-color css
<style>
a { background-color: #951BFF; }
a { background-color: rgb(149,27,255); }
div.DivClassName
{
background-color: #951BFF;
}
.BgClassName
{
background-color: #951BFF;
}
</style>
border-color css
<style>
span { border-color: #951BFF; }
span { border-color: rgb(149,27,255); }
td.TdClassName
{
border-color: #951BFF;
}
.TagClassName
{
border-color: #951BFF;
}
</style>