Shades of Blue Violet #952DFA
Tints of Blue Violet #952DFA
RGB
CMYK
RGB Variations
Color information
#952DFA (or 0x952DFA) is known color: Blue Violet. HEX triplet: 95, 2D and FA. RGB value is (149,45,250). Sum of RGB (Red+Green+Blue) = 149+45+250=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 45 (17.97% from 255 or 10.14% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #952DFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952DFA is #6AD205. Grayscale: #626262. Windows color (decimal): -7000582 or 16395669. OLE color: 16395669.
HSL color Cylindrical-coordinate representation of color #952DFA: hue angle of 270.44º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #952DFA is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 45 | 250 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.02 |
| HSL | 270.44º | 0.95% | 0.58% | - |
| HSV(B) | 270.44º | 0.82% | 0.98% | - |
| XYZ | 30.59 | 15.17 | 91.76 | - |
| YUV | 99.47 | 212.96 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 250 | 0.40 | 0.82 | 0 | 0.02 | 270.44 | 0.95 | 0.58 |
| Hex | 95 | 2D | FA | 28 | 52 | 0 | 2 | 10E | 5F | 3A |
| Octal | 225 | 55 | 372 | 50 | 122 | 0 | 2 | 416 | 137 | 72 |
| Binary | 10010101 | 101101 | 11111010 | 101000 | 1010010 | 0 | 10 | 100001110 | 1011111 | 111010 |
Color Harmonies of #952DFA
Complementary color
Monochromatic Colors of #952DFA
Black with #952DFA
Text Example
Text Example
White with #952DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952DFA; }
p { color: rgb(149,45,250); }
H1.HeaderClassName
{
color: #952DFA;
}
.AnyTagClassName
{
color: #952DFA;
}
</style>
background-color css
<style>
a { background-color: #952DFA; }
a { background-color: rgb(149,45,250); }
div.DivClassName
{
background-color: #952DFA;
}
.BgClassName
{
background-color: #952DFA;
}
</style>
border-color css
<style>
span { border-color: #952DFA; }
span { border-color: rgb(149,45,250); }
td.TdClassName
{
border-color: #952DFA;
}
.TagClassName
{
border-color: #952DFA;
}
</style>