Shades of Blue Violet #952DDD
Tints of Blue Violet #952DDD
RGB
CMYK
RGB Variations
Color information
#952DDD (or 0x952DDD) is known color: Blue Violet. HEX triplet: 95, 2D and DD. RGB value is (149,45,221). Sum of RGB (Red+Green+Blue) = 149+45+221=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 45 (17.97% from 255 or 10.84% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #952DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952DDD is #6AD222. Grayscale: #5F5F5F. Windows color (decimal): -7000611 or 14495125. OLE color: 14495125.
HSL color Cylindrical-coordinate representation of color #952DDD: hue angle of 275.45º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #952DDD is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 45 | 221 | - |
| CMYK | 0.33 | 0.80 | 0 | 0.13 |
| HSL | 275.45º | 0.72% | 0.52% | - |
| HSV(B) | 275.45º | 0.8% | 0.87% | - |
| XYZ | 26.38 | 13.49 | 69.62 | - |
| YUV | 96.16 | 198.46 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 221 | 0.33 | 0.80 | 0 | 0.13 | 275.45 | 0.72 | 0.52 |
| Hex | 95 | 2D | DD | 21 | 50 | 0 | D | 113 | 48 | 34 |
| Octal | 225 | 55 | 335 | 41 | 120 | 0 | 15 | 423 | 110 | 64 |
| Binary | 10010101 | 101101 | 11011101 | 100001 | 1010000 | 0 | 1101 | 100010011 | 1001000 | 110100 |
Color Harmonies of #952DDD
Complementary color
Monochromatic Colors of #952DDD
Black with #952DDD
Text Example
Text Example
White with #952DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952DDD; }
p { color: rgb(149,45,221); }
H1.HeaderClassName
{
color: #952DDD;
}
.AnyTagClassName
{
color: #952DDD;
}
</style>
background-color css
<style>
a { background-color: #952DDD; }
a { background-color: rgb(149,45,221); }
div.DivClassName
{
background-color: #952DDD;
}
.BgClassName
{
background-color: #952DDD;
}
</style>
border-color css
<style>
span { border-color: #952DDD; }
span { border-color: rgb(149,45,221); }
td.TdClassName
{
border-color: #952DDD;
}
.TagClassName
{
border-color: #952DDD;
}
</style>