Shades of Blue Violet #950CFC
Tints of Blue Violet #950CFC
RGB
CMYK
RGB Variations
Color information
#950CFC (or 0x950CFC) is known color: Blue Violet. HEX triplet: 95, 0C and FC. RGB value is (149,12,252). Sum of RGB (Red+Green+Blue) = 149+12+252=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 12 (5.08% from 255 or 2.91% from 413); Blue value is 252 (98.83% from 255 or 61.02% from 413); Max value from RGB is 252 - color contains mainly: blue. Hex color #950CFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #950CFC is #6AF303. Grayscale: #4F4F4F. Windows color (decimal): -7009028 or 16518293. OLE color: 16518293.
HSL color Cylindrical-coordinate representation of color #950CFC: hue angle of 274.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950CFC is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 12 | 252 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.01 |
| HSL | 274.25º | 0.98% | 0.52% | - |
| HSV(B) | 274.25º | 0.95% | 0.99% | - |
| XYZ | 30.1 | 13.68 | 93.15 | - |
| YUV | 80.32 | 224.89 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 12 | 252 | 0.41 | 0.95 | 0 | 0.01 | 274.25 | 0.98 | 0.52 |
| Hex | 95 | C | FC | 29 | 5F | 0 | 1 | 112 | 62 | 34 |
| Octal | 225 | 14 | 374 | 51 | 137 | 0 | 1 | 422 | 142 | 64 |
| Binary | 10010101 | 1100 | 11111100 | 101001 | 1011111 | 0 | 1 | 100010010 | 1100010 | 110100 |
Color Harmonies of #950CFC
Complementary color
Monochromatic Colors of #950CFC
Black with #950CFC
Text Example
Text Example
White with #950CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950CFC; }
p { color: rgb(149,12,252); }
H1.HeaderClassName
{
color: #950CFC;
}
.AnyTagClassName
{
color: #950CFC;
}
</style>
background-color css
<style>
a { background-color: #950CFC; }
a { background-color: rgb(149,12,252); }
div.DivClassName
{
background-color: #950CFC;
}
.BgClassName
{
background-color: #950CFC;
}
</style>
border-color css
<style>
span { border-color: #950CFC; }
span { border-color: rgb(149,12,252); }
td.TdClassName
{
border-color: #950CFC;
}
.TagClassName
{
border-color: #950CFC;
}
</style>