Shades of Blue Violet #952DDE
Tints of Blue Violet #952DDE
RGB
CMYK
RGB Variations
Color information
#952DDE (or 0x952DDE) is known color: Blue Violet. HEX triplet: 95, 2D and DE. RGB value is (149,45,222). Sum of RGB (Red+Green+Blue) = 149+45+222=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 45 (17.97% from 255 or 10.82% from 416); Blue value is 222 (87.11% from 255 or 53.37% from 416); Max value from RGB is 222 - color contains mainly: blue. Hex color #952DDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952DDE is #6AD221. Grayscale: #5F5F5F. Windows color (decimal): -7000610 or 14560661. OLE color: 14560661.
HSL color Cylindrical-coordinate representation of color #952DDE: hue angle of 275.25º degrees, saturation: 0.73, 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 #952DDE is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 45 | 222 | - |
| CMYK | 0.33 | 0.80 | 0 | 0.13 |
| HSL | 275.25º | 0.73% | 0.52% | - |
| HSV(B) | 275.25º | 0.8% | 0.87% | - |
| XYZ | 26.52 | 13.54 | 70.32 | - |
| YUV | 96.27 | 198.96 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 222 | 0.33 | 0.80 | 0 | 0.13 | 275.25 | 0.73 | 0.52 |
| Hex | 95 | 2D | DE | 21 | 50 | 0 | D | 113 | 49 | 34 |
| Octal | 225 | 55 | 336 | 41 | 120 | 0 | 15 | 423 | 111 | 64 |
| Binary | 10010101 | 101101 | 11011110 | 100001 | 1010000 | 0 | 1101 | 100010011 | 1001001 | 110100 |
Color Harmonies of #952DDE
Complementary color
Monochromatic Colors of #952DDE
Black with #952DDE
Text Example
Text Example
White with #952DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952DDE; }
p { color: rgb(149,45,222); }
H1.HeaderClassName
{
color: #952DDE;
}
.AnyTagClassName
{
color: #952DDE;
}
</style>
background-color css
<style>
a { background-color: #952DDE; }
a { background-color: rgb(149,45,222); }
div.DivClassName
{
background-color: #952DDE;
}
.BgClassName
{
background-color: #952DDE;
}
</style>
border-color css
<style>
span { border-color: #952DDE; }
span { border-color: rgb(149,45,222); }
td.TdClassName
{
border-color: #952DDE;
}
.TagClassName
{
border-color: #952DDE;
}
</style>