Shades of Blue Violet #951AFF
Tints of Blue Violet #951AFF
RGB
CMYK
RGB Variations
Color information
#951AFF (or 0x951AFF) is known color: Blue Violet. HEX triplet: 95, 1A and FF. RGB value is (149,26,255). Sum of RGB (Red+Green+Blue) = 149+26+255=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 26 (10.55% from 255 or 6.05% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #951AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951AFF is #6AE500. Grayscale: #585858. Windows color (decimal): -7005441 or 16718485. OLE color: 16718485.
HSL color Cylindrical-coordinate representation of color #951AFF: hue angle of 272.23º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #951AFF is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 26 | 255 | - |
| CMYK | 0.42 | 0.90 | 0 | 0 |
| HSL | 272.23º | 1% | 0.55% | - |
| HSV(B) | 272.23º | 0.9% | 1% | - |
| XYZ | 30.81 | 14.35 | 95.75 | - |
| YUV | 88.88 | 221.75 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 26 | 255 | 0.42 | 0.90 | 0 | 0 | 272.23 | 1 | 0.55 |
| Hex | 95 | 1A | FF | 2A | 5A | 0 | 0 | 110 | 64 | 37 |
| Octal | 225 | 32 | 377 | 52 | 132 | 0 | 0 | 420 | 144 | 67 |
| Binary | 10010101 | 11010 | 11111111 | 101010 | 1011010 | 0 | 0 | 100010000 | 1100100 | 110111 |
Color Harmonies of #951AFF
Complementary color
Monochromatic Colors of #951AFF
Black with #951AFF
Text Example
Text Example
White with #951AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951AFF; }
p { color: rgb(149,26,255); }
H1.HeaderClassName
{
color: #951AFF;
}
.AnyTagClassName
{
color: #951AFF;
}
</style>
background-color css
<style>
a { background-color: #951AFF; }
a { background-color: rgb(149,26,255); }
div.DivClassName
{
background-color: #951AFF;
}
.BgClassName
{
background-color: #951AFF;
}
</style>
border-color css
<style>
span { border-color: #951AFF; }
span { border-color: rgb(149,26,255); }
td.TdClassName
{
border-color: #951AFF;
}
.TagClassName
{
border-color: #951AFF;
}
</style>