Shades of Blue Violet #950CFE
Tints of Blue Violet #950CFE
RGB
CMYK
RGB Variations
Color information
#950CFE (or 0x950CFE) is known color: Blue Violet. HEX triplet: 95, 0C and FE. RGB value is (149,12,254). Sum of RGB (Red+Green+Blue) = 149+12+254=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 12 (5.08% from 255 or 2.89% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #950CFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #950CFE is #6AF301. Grayscale: #4F4F4F. Windows color (decimal): -7009026 or 16649365. OLE color: 16649365.
HSL color Cylindrical-coordinate representation of color #950CFE: hue angle of 273.97º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950CFE is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 12 | 254 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.00 |
| HSL | 273.97º | 0.99% | 0.52% | - |
| HSV(B) | 273.97º | 0.95% | 1% | - |
| XYZ | 30.42 | 13.81 | 94.83 | - |
| YUV | 80.55 | 225.89 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 12 | 254 | 0.41 | 0.95 | 0 | 0.00 | 273.97 | 0.99 | 0.52 |
| Hex | 95 | C | FE | 29 | 5F | 0 | 0 | 112 | 63 | 34 |
| Octal | 225 | 14 | 376 | 51 | 137 | 0 | 0 | 422 | 143 | 64 |
| Binary | 10010101 | 1100 | 11111110 | 101001 | 1011111 | 0 | 0 | 100010010 | 1100011 | 110100 |
Color Harmonies of #950CFE
Complementary color
Monochromatic Colors of #950CFE
Black with #950CFE
Text Example
Text Example
White with #950CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950CFE; }
p { color: rgb(149,12,254); }
H1.HeaderClassName
{
color: #950CFE;
}
.AnyTagClassName
{
color: #950CFE;
}
</style>
background-color css
<style>
a { background-color: #950CFE; }
a { background-color: rgb(149,12,254); }
div.DivClassName
{
background-color: #950CFE;
}
.BgClassName
{
background-color: #950CFE;
}
</style>
border-color css
<style>
span { border-color: #950CFE; }
span { border-color: rgb(149,12,254); }
td.TdClassName
{
border-color: #950CFE;
}
.TagClassName
{
border-color: #950CFE;
}
</style>