Shades of Blue Violet #953CF3
Tints of Blue Violet #953CF3
RGB
CMYK
RGB Variations
Color information
#953CF3 (or 0x953CF3) is known color: Blue Violet. HEX triplet: 95, 3C and F3. RGB value is (149,60,243). Sum of RGB (Red+Green+Blue) = 149+60+243=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 60 (23.83% from 255 or 13.27% from 452); Blue value is 243 (95.31% from 255 or 53.76% from 452); Max value from RGB is 243 - color contains mainly: blue. Hex color #953CF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953CF3 is #6AC30C. Grayscale: #6A6A6A. Windows color (decimal): -6996749 or 15940757. OLE color: 15940757.
HSL color Cylindrical-coordinate representation of color #953CF3: hue angle of 269.18º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #953CF3 is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 60 | 243 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.05 |
| HSL | 269.18º | 0.88% | 0.59% | - |
| HSV(B) | 269.18º | 0.75% | 0.95% | - |
| XYZ | 30.19 | 16.09 | 86.31 | - |
| YUV | 107.47 | 204.49 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 60 | 243 | 0.39 | 0.75 | 0 | 0.05 | 269.18 | 0.88 | 0.59 |
| Hex | 95 | 3C | F3 | 27 | 4B | 0 | 5 | 10D | 58 | 3B |
| Octal | 225 | 74 | 363 | 47 | 113 | 0 | 5 | 415 | 130 | 73 |
| Binary | 10010101 | 111100 | 11110011 | 100111 | 1001011 | 0 | 101 | 100001101 | 1011000 | 111011 |
Color Harmonies of #953CF3
Complementary color
Monochromatic Colors of #953CF3
Black with #953CF3
Text Example
Text Example
White with #953CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953CF3; }
p { color: rgb(149,60,243); }
H1.HeaderClassName
{
color: #953CF3;
}
.AnyTagClassName
{
color: #953CF3;
}
</style>
background-color css
<style>
a { background-color: #953CF3; }
a { background-color: rgb(149,60,243); }
div.DivClassName
{
background-color: #953CF3;
}
.BgClassName
{
background-color: #953CF3;
}
</style>
border-color css
<style>
span { border-color: #953CF3; }
span { border-color: rgb(149,60,243); }
td.TdClassName
{
border-color: #953CF3;
}
.TagClassName
{
border-color: #953CF3;
}
</style>