Shades of Blue Violet #951AFE
Tints of Blue Violet #951AFE
RGB
CMYK
RGB Variations
Color information
#951AFE (or 0x951AFE) is known color: Blue Violet. HEX triplet: 95, 1A and FE. RGB value is (149,26,254). Sum of RGB (Red+Green+Blue) = 149+26+254=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 26 (10.55% from 255 or 6.06% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #951AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951AFE is #6AE501. Grayscale: #575757. Windows color (decimal): -7005442 or 16652949. OLE color: 16652949.
HSL color Cylindrical-coordinate representation of color #951AFE: hue angle of 272.37º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #951AFE is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 26 | 254 | - |
| CMYK | 0.41 | 0.90 | 0 | 0.00 |
| HSL | 272.37º | 0.99% | 0.55% | - |
| HSV(B) | 272.37º | 0.9% | 1% | - |
| XYZ | 30.65 | 14.28 | 94.91 | - |
| YUV | 88.77 | 221.25 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 26 | 254 | 0.41 | 0.90 | 0 | 0.00 | 272.37 | 0.99 | 0.55 |
| Hex | 95 | 1A | FE | 29 | 5A | 0 | 0 | 110 | 63 | 37 |
| Octal | 225 | 32 | 376 | 51 | 132 | 0 | 0 | 420 | 143 | 67 |
| Binary | 10010101 | 11010 | 11111110 | 101001 | 1011010 | 0 | 0 | 100010000 | 1100011 | 110111 |
Color Harmonies of #951AFE
Complementary color
Monochromatic Colors of #951AFE
Black with #951AFE
Text Example
Text Example
White with #951AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951AFE; }
p { color: rgb(149,26,254); }
H1.HeaderClassName
{
color: #951AFE;
}
.AnyTagClassName
{
color: #951AFE;
}
</style>
background-color css
<style>
a { background-color: #951AFE; }
a { background-color: rgb(149,26,254); }
div.DivClassName
{
background-color: #951AFE;
}
.BgClassName
{
background-color: #951AFE;
}
</style>
border-color css
<style>
span { border-color: #951AFE; }
span { border-color: rgb(149,26,254); }
td.TdClassName
{
border-color: #951AFE;
}
.TagClassName
{
border-color: #951AFE;
}
</style>