Shades of Blue Violet #953ADD
Tints of Blue Violet #953ADD
RGB
CMYK
RGB Variations
Color information
#953ADD (or 0x953ADD) is known color: Blue Violet. HEX triplet: 95, 3A and DD. RGB value is (149,58,221). Sum of RGB (Red+Green+Blue) = 149+58+221=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 58 (23.05% from 255 or 13.55% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #953ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953ADD is #6AC522. Grayscale: #676767. Windows color (decimal): -6997283 or 14498453. OLE color: 14498453.
HSL color Cylindrical-coordinate representation of color #953ADD: hue angle of 273.5º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #953ADD is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 58 | 221 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.13 |
| HSL | 273.5º | 0.71% | 0.55% | - |
| HSV(B) | 273.5º | 0.74% | 0.87% | - |
| XYZ | 26.96 | 14.64 | 69.81 | - |
| YUV | 103.79 | 194.15 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 58 | 221 | 0.33 | 0.74 | 0 | 0.13 | 273.5 | 0.71 | 0.55 |
| Hex | 95 | 3A | DD | 21 | 4A | 0 | D | 111 | 47 | 37 |
| Octal | 225 | 72 | 335 | 41 | 112 | 0 | 15 | 421 | 107 | 67 |
| Binary | 10010101 | 111010 | 11011101 | 100001 | 1001010 | 0 | 1101 | 100010001 | 1000111 | 110111 |
Color Harmonies of #953ADD
Complementary color
Monochromatic Colors of #953ADD
Black with #953ADD
Text Example
Text Example
White with #953ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953ADD; }
p { color: rgb(149,58,221); }
H1.HeaderClassName
{
color: #953ADD;
}
.AnyTagClassName
{
color: #953ADD;
}
</style>
background-color css
<style>
a { background-color: #953ADD; }
a { background-color: rgb(149,58,221); }
div.DivClassName
{
background-color: #953ADD;
}
.BgClassName
{
background-color: #953ADD;
}
</style>
border-color css
<style>
span { border-color: #953ADD; }
span { border-color: rgb(149,58,221); }
td.TdClassName
{
border-color: #953ADD;
}
.TagClassName
{
border-color: #953ADD;
}
</style>