Shades of Blue Violet #950BFD
Tints of Blue Violet #950BFD
RGB
CMYK
RGB Variations
Color information
#950BFD (or 0x950BFD) is known color: Blue Violet. HEX triplet: 95, 0B and FD. RGB value is (149,11,253). Sum of RGB (Red+Green+Blue) = 149+11+253=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 11 (4.69% from 255 or 2.66% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #950BFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #950BFD is #6AF402. Grayscale: #4F4F4F. Windows color (decimal): -7009283 or 16583573. OLE color: 16583573.
HSL color Cylindrical-coordinate representation of color #950BFD: hue angle of 274.21º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #950BFD is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 11 | 253 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.01 |
| HSL | 274.21º | 0.98% | 0.52% | - |
| HSV(B) | 274.21º | 0.96% | 0.99% | - |
| XYZ | 30.24 | 13.72 | 93.98 | - |
| YUV | 79.85 | 225.72 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 11 | 253 | 0.41 | 0.96 | 0 | 0.01 | 274.21 | 0.98 | 0.52 |
| Hex | 95 | B | FD | 29 | 60 | 0 | 1 | 112 | 62 | 34 |
| Octal | 225 | 13 | 375 | 51 | 140 | 0 | 1 | 422 | 142 | 64 |
| Binary | 10010101 | 1011 | 11111101 | 101001 | 1100000 | 0 | 1 | 100010010 | 1100010 | 110100 |
Color Harmonies of #950BFD
Complementary color
Monochromatic Colors of #950BFD
Black with #950BFD
Text Example
Text Example
White with #950BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950BFD; }
p { color: rgb(149,11,253); }
H1.HeaderClassName
{
color: #950BFD;
}
.AnyTagClassName
{
color: #950BFD;
}
</style>
background-color css
<style>
a { background-color: #950BFD; }
a { background-color: rgb(149,11,253); }
div.DivClassName
{
background-color: #950BFD;
}
.BgClassName
{
background-color: #950BFD;
}
</style>
border-color css
<style>
span { border-color: #950BFD; }
span { border-color: rgb(149,11,253); }
td.TdClassName
{
border-color: #950BFD;
}
.TagClassName
{
border-color: #950BFD;
}
</style>