Shades of Blue Violet #952BFA
Tints of Blue Violet #952BFA
RGB
CMYK
RGB Variations
Color information
#952BFA (or 0x952BFA) is known color: Blue Violet. HEX triplet: 95, 2B and FA. RGB value is (149,43,250). Sum of RGB (Red+Green+Blue) = 149+43+250=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 43 (17.19% from 255 or 9.73% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #952BFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952BFA is #6AD405. Grayscale: #616161. Windows color (decimal): -7001094 or 16395157. OLE color: 16395157.
HSL color Cylindrical-coordinate representation of color #952BFA: hue angle of 270.72º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #952BFA is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 43 | 250 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.02 |
| HSL | 270.72º | 0.95% | 0.57% | - |
| HSV(B) | 270.72º | 0.83% | 0.98% | - |
| XYZ | 30.51 | 15.02 | 91.73 | - |
| YUV | 98.29 | 213.62 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 43 | 250 | 0.40 | 0.83 | 0 | 0.02 | 270.72 | 0.95 | 0.57 |
| Hex | 95 | 2B | FA | 28 | 53 | 0 | 2 | 10F | 5F | 39 |
| Octal | 225 | 53 | 372 | 50 | 123 | 0 | 2 | 417 | 137 | 71 |
| Binary | 10010101 | 101011 | 11111010 | 101000 | 1010011 | 0 | 10 | 100001111 | 1011111 | 111001 |
Color Harmonies of #952BFA
Complementary color
Monochromatic Colors of #952BFA
Black with #952BFA
Text Example
Text Example
White with #952BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952BFA; }
p { color: rgb(149,43,250); }
H1.HeaderClassName
{
color: #952BFA;
}
.AnyTagClassName
{
color: #952BFA;
}
</style>
background-color css
<style>
a { background-color: #952BFA; }
a { background-color: rgb(149,43,250); }
div.DivClassName
{
background-color: #952BFA;
}
.BgClassName
{
background-color: #952BFA;
}
</style>
border-color css
<style>
span { border-color: #952BFA; }
span { border-color: rgb(149,43,250); }
td.TdClassName
{
border-color: #952BFA;
}
.TagClassName
{
border-color: #952BFA;
}
</style>