Shades of Blue Violet #950FFC
Tints of Blue Violet #950FFC
RGB
CMYK
RGB Variations
Color information
#950FFC (or 0x950FFC) is known color: Blue Violet. HEX triplet: 95, 0F and FC. RGB value is (149,15,252). Sum of RGB (Red+Green+Blue) = 149+15+252=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 15 (6.25% from 255 or 3.61% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #950FFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #950FFC is #6AF003. Grayscale: #515151. Windows color (decimal): -7008260 or 16519061. OLE color: 16519061.
HSL color Cylindrical-coordinate representation of color #950FFC: hue angle of 273.92º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950FFC is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 15 | 252 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.01 |
| HSL | 273.92º | 0.98% | 0.52% | - |
| HSV(B) | 273.92º | 0.94% | 0.99% | - |
| XYZ | 30.14 | 13.76 | 93.16 | - |
| YUV | 82.08 | 223.89 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 15 | 252 | 0.41 | 0.94 | 0 | 0.01 | 273.92 | 0.98 | 0.52 |
| Hex | 95 | F | FC | 29 | 5E | 0 | 1 | 112 | 62 | 34 |
| Octal | 225 | 17 | 374 | 51 | 136 | 0 | 1 | 422 | 142 | 64 |
| Binary | 10010101 | 1111 | 11111100 | 101001 | 1011110 | 0 | 1 | 100010010 | 1100010 | 110100 |
Color Harmonies of #950FFC
Complementary color
Monochromatic Colors of #950FFC
Black with #950FFC
Text Example
Text Example
White with #950FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950FFC; }
p { color: rgb(149,15,252); }
H1.HeaderClassName
{
color: #950FFC;
}
.AnyTagClassName
{
color: #950FFC;
}
</style>
background-color css
<style>
a { background-color: #950FFC; }
a { background-color: rgb(149,15,252); }
div.DivClassName
{
background-color: #950FFC;
}
.BgClassName
{
background-color: #950FFC;
}
</style>
border-color css
<style>
span { border-color: #950FFC; }
span { border-color: rgb(149,15,252); }
td.TdClassName
{
border-color: #950FFC;
}
.TagClassName
{
border-color: #950FFC;
}
</style>