Shades of Blue Violet #952FDD
Tints of Blue Violet #952FDD
RGB
CMYK
RGB Variations
Color information
#952FDD (or 0x952FDD) is known color: Blue Violet. HEX triplet: 95, 2F and DD. RGB value is (149,47,221). Sum of RGB (Red+Green+Blue) = 149+47+221=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 47 (18.75% from 255 or 11.27% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #952FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952FDD is #6AD022. Grayscale: #606060. Windows color (decimal): -7000099 or 14495637. OLE color: 14495637.
HSL color Cylindrical-coordinate representation of color #952FDD: hue angle of 275.17º degrees, saturation: 0.72, 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 #952FDD is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 47 | 221 | - |
| CMYK | 0.33 | 0.79 | 0 | 0.13 |
| HSL | 275.17º | 0.72% | 0.53% | - |
| HSV(B) | 275.17º | 0.79% | 0.87% | - |
| XYZ | 26.46 | 13.64 | 69.65 | - |
| YUV | 97.33 | 197.79 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 47 | 221 | 0.33 | 0.79 | 0 | 0.13 | 275.17 | 0.72 | 0.53 |
| Hex | 95 | 2F | DD | 21 | 4F | 0 | D | 113 | 48 | 35 |
| Octal | 225 | 57 | 335 | 41 | 117 | 0 | 15 | 423 | 110 | 65 |
| Binary | 10010101 | 101111 | 11011101 | 100001 | 1001111 | 0 | 1101 | 100010011 | 1001000 | 110101 |
Color Harmonies of #952FDD
Complementary color
Monochromatic Colors of #952FDD
Black with #952FDD
Text Example
Text Example
White with #952FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952FDD; }
p { color: rgb(149,47,221); }
H1.HeaderClassName
{
color: #952FDD;
}
.AnyTagClassName
{
color: #952FDD;
}
</style>
background-color css
<style>
a { background-color: #952FDD; }
a { background-color: rgb(149,47,221); }
div.DivClassName
{
background-color: #952FDD;
}
.BgClassName
{
background-color: #952FDD;
}
</style>
border-color css
<style>
span { border-color: #952FDD; }
span { border-color: rgb(149,47,221); }
td.TdClassName
{
border-color: #952FDD;
}
.TagClassName
{
border-color: #952FDD;
}
</style>