Shades of Blue Violet #954AED
Tints of Blue Violet #954AED
RGB
CMYK
RGB Variations
Color information
#954AED (or 0x954AED) is known color: Blue Violet. HEX triplet: 95, 4A and ED. RGB value is (149,74,237). Sum of RGB (Red+Green+Blue) = 149+74+237=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #954AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #954AED is #6AB512. Grayscale: #727272. Windows color (decimal): -6993171 or 15551125. OLE color: 15551125.
HSL color Cylindrical-coordinate representation of color #954AED: hue angle of 267.61º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #954AED is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 74 | 237 | - |
| CMYK | 0.37 | 0.69 | 0 | 0.07 |
| HSL | 267.61º | 0.82% | 0.61% | - |
| HSV(B) | 267.61º | 0.69% | 0.93% | - |
| XYZ | 30.13 | 17.4 | 81.89 | - |
| YUV | 115.01 | 196.85 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 237 | 0.37 | 0.69 | 0 | 0.07 | 267.61 | 0.82 | 0.61 |
| Hex | 95 | 4A | ED | 25 | 45 | 0 | 7 | 10C | 52 | 3D |
| Octal | 225 | 112 | 355 | 45 | 105 | 0 | 7 | 414 | 122 | 75 |
| Binary | 10010101 | 1001010 | 11101101 | 100101 | 1000101 | 0 | 111 | 100001100 | 1010010 | 111101 |
Color Harmonies of #954AED
Complementary color
Monochromatic Colors of #954AED
Black with #954AED
Text Example
Text Example
White with #954AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954AED; }
p { color: rgb(149,74,237); }
H1.HeaderClassName
{
color: #954AED;
}
.AnyTagClassName
{
color: #954AED;
}
</style>
background-color css
<style>
a { background-color: #954AED; }
a { background-color: rgb(149,74,237); }
div.DivClassName
{
background-color: #954AED;
}
.BgClassName
{
background-color: #954AED;
}
</style>
border-color css
<style>
span { border-color: #954AED; }
span { border-color: rgb(149,74,237); }
td.TdClassName
{
border-color: #954AED;
}
.TagClassName
{
border-color: #954AED;
}
</style>