Shades of Blue Violet #951BF2
Tints of Blue Violet #951BF2
RGB
CMYK
RGB Variations
Color information
#951BF2 (or 0x951BF2) is known color: Blue Violet. HEX triplet: 95, 1B and F2. RGB value is (149,27,242). Sum of RGB (Red+Green+Blue) = 149+27+242=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 27 (10.94% from 255 or 6.46% from 418); Blue value is 242 (94.92% from 255 or 57.89% from 418); Max value from RGB is 242 - color contains mainly: blue. Hex color #951BF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951BF2 is #6AE40D. Grayscale: #575757. Windows color (decimal): -7005198 or 15866773. OLE color: 15866773.
HSL color Cylindrical-coordinate representation of color #951BF2: hue angle of 274.05º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951BF2 is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 27 | 242 | - |
| CMYK | 0.38 | 0.89 | 0 | 0.05 |
| HSL | 274.05º | 0.89% | 0.53% | - |
| HSV(B) | 274.05º | 0.89% | 0.95% | - |
| XYZ | 28.81 | 13.58 | 85.11 | - |
| YUV | 87.99 | 214.92 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 27 | 242 | 0.38 | 0.89 | 0 | 0.05 | 274.05 | 0.89 | 0.53 |
| Hex | 95 | 1B | F2 | 26 | 59 | 0 | 5 | 112 | 59 | 35 |
| Octal | 225 | 33 | 362 | 46 | 131 | 0 | 5 | 422 | 131 | 65 |
| Binary | 10010101 | 11011 | 11110010 | 100110 | 1011001 | 0 | 101 | 100010010 | 1011001 | 110101 |
Color Harmonies of #951BF2
Complementary color
Monochromatic Colors of #951BF2
Black with #951BF2
Text Example
Text Example
White with #951BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951BF2; }
p { color: rgb(149,27,242); }
H1.HeaderClassName
{
color: #951BF2;
}
.AnyTagClassName
{
color: #951BF2;
}
</style>
background-color css
<style>
a { background-color: #951BF2; }
a { background-color: rgb(149,27,242); }
div.DivClassName
{
background-color: #951BF2;
}
.BgClassName
{
background-color: #951BF2;
}
</style>
border-color css
<style>
span { border-color: #951BF2; }
span { border-color: rgb(149,27,242); }
td.TdClassName
{
border-color: #951BF2;
}
.TagClassName
{
border-color: #951BF2;
}
</style>