Shades of Blue Violet #950BFE
Tints of Blue Violet #950BFE
RGB
CMYK
RGB Variations
Color information
#950BFE (or 0x950BFE) is known color: Blue Violet. HEX triplet: 95, 0B and FE. RGB value is (149,11,254). Sum of RGB (Red+Green+Blue) = 149+11+254=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 11 (4.69% from 255 or 2.66% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #950BFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #950BFE is #6AF401. Grayscale: #4F4F4F. Windows color (decimal): -7009282 or 16649109. OLE color: 16649109.
HSL color Cylindrical-coordinate representation of color #950BFE: hue angle of 274.07º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #950BFE is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 11 | 254 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.00 |
| HSL | 274.07º | 0.99% | 0.52% | - |
| HSV(B) | 274.07º | 0.96% | 1% | - |
| XYZ | 30.4 | 13.78 | 94.82 | - |
| YUV | 79.96 | 226.22 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 11 | 254 | 0.41 | 0.96 | 0 | 0.00 | 274.07 | 0.99 | 0.52 |
| Hex | 95 | B | FE | 29 | 60 | 0 | 0 | 112 | 63 | 34 |
| Octal | 225 | 13 | 376 | 51 | 140 | 0 | 0 | 422 | 143 | 64 |
| Binary | 10010101 | 1011 | 11111110 | 101001 | 1100000 | 0 | 0 | 100010010 | 1100011 | 110100 |
Color Harmonies of #950BFE
Complementary color
Monochromatic Colors of #950BFE
Black with #950BFE
Text Example
Text Example
White with #950BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950BFE; }
p { color: rgb(149,11,254); }
H1.HeaderClassName
{
color: #950BFE;
}
.AnyTagClassName
{
color: #950BFE;
}
</style>
background-color css
<style>
a { background-color: #950BFE; }
a { background-color: rgb(149,11,254); }
div.DivClassName
{
background-color: #950BFE;
}
.BgClassName
{
background-color: #950BFE;
}
</style>
border-color css
<style>
span { border-color: #950BFE; }
span { border-color: rgb(149,11,254); }
td.TdClassName
{
border-color: #950BFE;
}
.TagClassName
{
border-color: #950BFE;
}
</style>