Shades of Blue Violet #953FDF
Tints of Blue Violet #953FDF
RGB
CMYK
RGB Variations
Color information
#953FDF (or 0x953FDF) is known color: Blue Violet. HEX triplet: 95, 3F and DF. RGB value is (149,63,223). Sum of RGB (Red+Green+Blue) = 149+63+223=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 63 (25% from 255 or 14.48% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #953FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953FDF is #6AC020. Grayscale: #6A6A6A. Windows color (decimal): -6996001 or 14630805. OLE color: 14630805.
HSL color Cylindrical-coordinate representation of color #953FDF: hue angle of 272.25º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #953FDF is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 63 | 223 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.13 |
| HSL | 272.25º | 0.71% | 0.56% | - |
| HSV(B) | 272.25º | 0.72% | 0.87% | - |
| XYZ | 27.49 | 15.27 | 71.31 | - |
| YUV | 106.95 | 193.49 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 63 | 223 | 0.33 | 0.72 | 0 | 0.13 | 272.25 | 0.71 | 0.56 |
| Hex | 95 | 3F | DF | 21 | 48 | 0 | D | 110 | 47 | 38 |
| Octal | 225 | 77 | 337 | 41 | 110 | 0 | 15 | 420 | 107 | 70 |
| Binary | 10010101 | 111111 | 11011111 | 100001 | 1001000 | 0 | 1101 | 100010000 | 1000111 | 111000 |
Color Harmonies of #953FDF
Complementary color
Monochromatic Colors of #953FDF
Black with #953FDF
Text Example
Text Example
White with #953FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953FDF; }
p { color: rgb(149,63,223); }
H1.HeaderClassName
{
color: #953FDF;
}
.AnyTagClassName
{
color: #953FDF;
}
</style>
background-color css
<style>
a { background-color: #953FDF; }
a { background-color: rgb(149,63,223); }
div.DivClassName
{
background-color: #953FDF;
}
.BgClassName
{
background-color: #953FDF;
}
</style>
border-color css
<style>
span { border-color: #953FDF; }
span { border-color: rgb(149,63,223); }
td.TdClassName
{
border-color: #953FDF;
}
.TagClassName
{
border-color: #953FDF;
}
</style>