Shades of Blue Violet #9430DF
Tints of Blue Violet #9430DF
RGB
CMYK
RGB Variations
Color information
#9430DF (or 0x9430DF) is known color: Blue Violet. HEX triplet: 94, 30 and DF. RGB value is (148,48,223). Sum of RGB (Red+Green+Blue) = 148+48+223=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 48 (19.14% from 255 or 11.46% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #9430DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9430DF is #6BCF20. Grayscale: #616161. Windows color (decimal): -7065377 or 14626964. OLE color: 14626964.
HSL color Cylindrical-coordinate representation of color #9430DF: hue angle of 274.29º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9430DF is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 48 | 223 | - |
| CMYK | 0.34 | 0.78 | 0 | 0.13 |
| HSL | 274.29º | 0.73% | 0.53% | - |
| HSV(B) | 274.29º | 0.78% | 0.87% | - |
| XYZ | 26.59 | 13.74 | 71.06 | - |
| YUV | 97.85 | 198.63 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 48 | 223 | 0.34 | 0.78 | 0 | 0.13 | 274.29 | 0.73 | 0.53 |
| Hex | 94 | 30 | DF | 22 | 4E | 0 | D | 112 | 49 | 35 |
| Octal | 224 | 60 | 337 | 42 | 116 | 0 | 15 | 422 | 111 | 65 |
| Binary | 10010100 | 110000 | 11011111 | 100010 | 1001110 | 0 | 1101 | 100010010 | 1001001 | 110101 |
Color Harmonies of #9430DF
Complementary color
Monochromatic Colors of #9430DF
Black with #9430DF
Text Example
Text Example
White with #9430DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9430DF; }
p { color: rgb(148,48,223); }
H1.HeaderClassName
{
color: #9430DF;
}
.AnyTagClassName
{
color: #9430DF;
}
</style>
background-color css
<style>
a { background-color: #9430DF; }
a { background-color: rgb(148,48,223); }
div.DivClassName
{
background-color: #9430DF;
}
.BgClassName
{
background-color: #9430DF;
}
</style>
border-color css
<style>
span { border-color: #9430DF; }
span { border-color: rgb(148,48,223); }
td.TdClassName
{
border-color: #9430DF;
}
.TagClassName
{
border-color: #9430DF;
}
</style>