Shades of Blue Violet #951ADF
Tints of Blue Violet #951ADF
RGB
CMYK
RGB Variations
Color information
#951ADF (or 0x951ADF) is known color: Blue Violet. HEX triplet: 95, 1A and DF. RGB value is (149,26,223). Sum of RGB (Red+Green+Blue) = 149+26+223=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 26 (10.55% from 255 or 6.53% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #951ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951ADF is #6AE520. Grayscale: #545454. Windows color (decimal): -7005473 or 14621333. OLE color: 14621333.
HSL color Cylindrical-coordinate representation of color #951ADF: hue angle of 277.46º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951ADF is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 26 | 223 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.13 |
| HSL | 277.46º | 0.79% | 0.49% | - |
| HSV(B) | 277.46º | 0.88% | 0.87% | - |
| XYZ | 26.08 | 12.46 | 70.84 | - |
| YUV | 85.24 | 205.75 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 26 | 223 | 0.33 | 0.88 | 0 | 0.13 | 277.46 | 0.79 | 0.49 |
| Hex | 95 | 1A | DF | 21 | 58 | 0 | D | 115 | 4F | 31 |
| Octal | 225 | 32 | 337 | 41 | 130 | 0 | 15 | 425 | 117 | 61 |
| Binary | 10010101 | 11010 | 11011111 | 100001 | 1011000 | 0 | 1101 | 100010101 | 1001111 | 110001 |
Color Harmonies of #951ADF
Complementary color
Monochromatic Colors of #951ADF
Black with #951ADF
Text Example
Text Example
White with #951ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951ADF; }
p { color: rgb(149,26,223); }
H1.HeaderClassName
{
color: #951ADF;
}
.AnyTagClassName
{
color: #951ADF;
}
</style>
background-color css
<style>
a { background-color: #951ADF; }
a { background-color: rgb(149,26,223); }
div.DivClassName
{
background-color: #951ADF;
}
.BgClassName
{
background-color: #951ADF;
}
</style>
border-color css
<style>
span { border-color: #951ADF; }
span { border-color: rgb(149,26,223); }
td.TdClassName
{
border-color: #951ADF;
}
.TagClassName
{
border-color: #951ADF;
}
</style>