Shades of Blue Violet #9430DA
Tints of Blue Violet #9430DA
RGB
CMYK
RGB Variations
Color information
#9430DA (or 0x9430DA) is known color: Blue Violet. HEX triplet: 94, 30 and DA. RGB value is (148,48,218). Sum of RGB (Red+Green+Blue) = 148+48+218=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #9430DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9430DA is #6BCF25. Grayscale: #606060. Windows color (decimal): -7065382 or 14299284. OLE color: 14299284.
HSL color Cylindrical-coordinate representation of color #9430DA: hue angle of 275.29º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9430DA is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 48 | 218 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.15 |
| HSL | 275.29º | 0.7% | 0.52% | - |
| HSV(B) | 275.29º | 0.78% | 0.85% | - |
| XYZ | 25.92 | 13.47 | 67.56 | - |
| YUV | 97.28 | 196.13 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 48 | 218 | 0.32 | 0.78 | 0 | 0.15 | 275.29 | 0.7 | 0.52 |
| Hex | 94 | 30 | DA | 20 | 4E | 0 | F | 113 | 46 | 34 |
| Octal | 224 | 60 | 332 | 40 | 116 | 0 | 17 | 423 | 106 | 64 |
| Binary | 10010100 | 110000 | 11011010 | 100000 | 1001110 | 0 | 1111 | 100010011 | 1000110 | 110100 |
Color Harmonies of #9430DA
Complementary color
Monochromatic Colors of #9430DA
Black with #9430DA
Text Example
Text Example
White with #9430DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9430DA; }
p { color: rgb(148,48,218); }
H1.HeaderClassName
{
color: #9430DA;
}
.AnyTagClassName
{
color: #9430DA;
}
</style>
background-color css
<style>
a { background-color: #9430DA; }
a { background-color: rgb(148,48,218); }
div.DivClassName
{
background-color: #9430DA;
}
.BgClassName
{
background-color: #9430DA;
}
</style>
border-color css
<style>
span { border-color: #9430DA; }
span { border-color: rgb(148,48,218); }
td.TdClassName
{
border-color: #9430DA;
}
.TagClassName
{
border-color: #9430DA;
}
</style>