Shades of Blue Violet #954ADF
Tints of Blue Violet #954ADF
RGB
CMYK
RGB Variations
Color information
#954ADF (or 0x954ADF) is known color: Blue Violet. HEX triplet: 95, 4A and DF. RGB value is (149,74,223). Sum of RGB (Red+Green+Blue) = 149+74+223=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #954ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954ADF is #6AB520. Grayscale: #707070. Windows color (decimal): -6993185 or 14633621. OLE color: 14633621.
HSL color Cylindrical-coordinate representation of color #954ADF: hue angle of 270.2º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #954ADF is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 74 | 223 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.13 |
| HSL | 270.2º | 0.7% | 0.58% | - |
| HSV(B) | 270.2º | 0.67% | 0.87% | - |
| XYZ | 28.16 | 16.61 | 71.53 | - |
| YUV | 113.41 | 189.85 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 223 | 0.33 | 0.67 | 0 | 0.13 | 270.2 | 0.7 | 0.58 |
| Hex | 95 | 4A | DF | 21 | 43 | 0 | D | 10E | 46 | 3A |
| Octal | 225 | 112 | 337 | 41 | 103 | 0 | 15 | 416 | 106 | 72 |
| Binary | 10010101 | 1001010 | 11011111 | 100001 | 1000011 | 0 | 1101 | 100001110 | 1000110 | 111010 |
Color Harmonies of #954ADF
Complementary color
Monochromatic Colors of #954ADF
Black with #954ADF
Text Example
Text Example
White with #954ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954ADF; }
p { color: rgb(149,74,223); }
H1.HeaderClassName
{
color: #954ADF;
}
.AnyTagClassName
{
color: #954ADF;
}
</style>
background-color css
<style>
a { background-color: #954ADF; }
a { background-color: rgb(149,74,223); }
div.DivClassName
{
background-color: #954ADF;
}
.BgClassName
{
background-color: #954ADF;
}
</style>
border-color css
<style>
span { border-color: #954ADF; }
span { border-color: rgb(149,74,223); }
td.TdClassName
{
border-color: #954ADF;
}
.TagClassName
{
border-color: #954ADF;
}
</style>