Shades of Blue Violet #951ADD
Tints of Blue Violet #951ADD
RGB
CMYK
RGB Variations
Color information
#951ADD (or 0x951ADD) is known color: Blue Violet. HEX triplet: 95, 1A and DD. RGB value is (149,26,221). Sum of RGB (Red+Green+Blue) = 149+26+221=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 26 (10.55% from 255 or 6.57% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #951ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951ADD is #6AE522. Grayscale: #545454. Windows color (decimal): -7005475 or 14490261. OLE color: 14490261.
HSL color Cylindrical-coordinate representation of color #951ADD: hue angle of 277.85º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951ADD is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 26 | 221 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.13 |
| HSL | 277.85º | 0.79% | 0.48% | - |
| HSV(B) | 277.85º | 0.88% | 0.87% | - |
| XYZ | 25.81 | 12.35 | 69.43 | - |
| YUV | 85.01 | 204.75 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 26 | 221 | 0.33 | 0.88 | 0 | 0.13 | 277.85 | 0.79 | 0.48 |
| Hex | 95 | 1A | DD | 21 | 58 | 0 | D | 116 | 4F | 30 |
| Octal | 225 | 32 | 335 | 41 | 130 | 0 | 15 | 426 | 117 | 60 |
| Binary | 10010101 | 11010 | 11011101 | 100001 | 1011000 | 0 | 1101 | 100010110 | 1001111 | 110000 |
Color Harmonies of #951ADD
Complementary color
Monochromatic Colors of #951ADD
Black with #951ADD
Text Example
Text Example
White with #951ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951ADD; }
p { color: rgb(149,26,221); }
H1.HeaderClassName
{
color: #951ADD;
}
.AnyTagClassName
{
color: #951ADD;
}
</style>
background-color css
<style>
a { background-color: #951ADD; }
a { background-color: rgb(149,26,221); }
div.DivClassName
{
background-color: #951ADD;
}
.BgClassName
{
background-color: #951ADD;
}
</style>
border-color css
<style>
span { border-color: #951ADD; }
span { border-color: rgb(149,26,221); }
td.TdClassName
{
border-color: #951ADD;
}
.TagClassName
{
border-color: #951ADD;
}
</style>