Shades of Blue Violet #953FFC
Tints of Blue Violet #953FFC
RGB
CMYK
RGB Variations
Color information
#953FFC (or 0x953FFC) is known color: Blue Violet. HEX triplet: 95, 3F and FC. RGB value is (149,63,252). Sum of RGB (Red+Green+Blue) = 149+63+252=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 63 (25% from 255 or 13.58% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #953FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953FFC is #6AC003. Grayscale: #6D6D6D. Windows color (decimal): -6995972 or 16531349. OLE color: 16531349.
HSL color Cylindrical-coordinate representation of color #953FFC: hue angle of 267.3º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #953FFC is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 63 | 252 | - |
| CMYK | 0.41 | 0.75 | 0 | 0.01 |
| HSL | 267.3º | 0.97% | 0.62% | - |
| HSV(B) | 267.3º | 0.75% | 0.99% | - |
| XYZ | 31.74 | 16.97 | 93.7 | - |
| YUV | 110.26 | 207.99 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 63 | 252 | 0.41 | 0.75 | 0 | 0.01 | 267.3 | 0.97 | 0.62 |
| Hex | 95 | 3F | FC | 29 | 4B | 0 | 1 | 10B | 61 | 3E |
| Octal | 225 | 77 | 374 | 51 | 113 | 0 | 1 | 413 | 141 | 76 |
| Binary | 10010101 | 111111 | 11111100 | 101001 | 1001011 | 0 | 1 | 100001011 | 1100001 | 111110 |
Color Harmonies of #953FFC
Complementary color
Monochromatic Colors of #953FFC
Black with #953FFC
Text Example
Text Example
White with #953FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953FFC; }
p { color: rgb(149,63,252); }
H1.HeaderClassName
{
color: #953FFC;
}
.AnyTagClassName
{
color: #953FFC;
}
</style>
background-color css
<style>
a { background-color: #953FFC; }
a { background-color: rgb(149,63,252); }
div.DivClassName
{
background-color: #953FFC;
}
.BgClassName
{
background-color: #953FFC;
}
</style>
border-color css
<style>
span { border-color: #953FFC; }
span { border-color: rgb(149,63,252); }
td.TdClassName
{
border-color: #953FFC;
}
.TagClassName
{
border-color: #953FFC;
}
</style>