Shades of Blue Violet #952FDF
Tints of Blue Violet #952FDF
RGB
CMYK
RGB Variations
Color information
#952FDF (or 0x952FDF) is known color: Blue Violet. HEX triplet: 95, 2F and DF. RGB value is (149,47,223). Sum of RGB (Red+Green+Blue) = 149+47+223=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 47 (18.75% from 255 or 11.22% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #952FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952FDF is #6AD020. Grayscale: #606060. Windows color (decimal): -7000097 or 14626709. OLE color: 14626709.
HSL color Cylindrical-coordinate representation of color #952FDF: hue angle of 274.77º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952FDF is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 47 | 223 | - |
| CMYK | 0.33 | 0.79 | 0 | 0.13 |
| HSL | 274.77º | 0.73% | 0.53% | - |
| HSV(B) | 274.77º | 0.79% | 0.87% | - |
| XYZ | 26.73 | 13.75 | 71.06 | - |
| YUV | 97.56 | 198.79 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 47 | 223 | 0.33 | 0.79 | 0 | 0.13 | 274.77 | 0.73 | 0.53 |
| Hex | 95 | 2F | DF | 21 | 4F | 0 | D | 113 | 49 | 35 |
| Octal | 225 | 57 | 337 | 41 | 117 | 0 | 15 | 423 | 111 | 65 |
| Binary | 10010101 | 101111 | 11011111 | 100001 | 1001111 | 0 | 1101 | 100010011 | 1001001 | 110101 |
Color Harmonies of #952FDF
Complementary color
Monochromatic Colors of #952FDF
Black with #952FDF
Text Example
Text Example
White with #952FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952FDF; }
p { color: rgb(149,47,223); }
H1.HeaderClassName
{
color: #952FDF;
}
.AnyTagClassName
{
color: #952FDF;
}
</style>
background-color css
<style>
a { background-color: #952FDF; }
a { background-color: rgb(149,47,223); }
div.DivClassName
{
background-color: #952FDF;
}
.BgClassName
{
background-color: #952FDF;
}
</style>
border-color css
<style>
span { border-color: #952FDF; }
span { border-color: rgb(149,47,223); }
td.TdClassName
{
border-color: #952FDF;
}
.TagClassName
{
border-color: #952FDF;
}
</style>