Shades of Blue Violet #9430DB
Tints of Blue Violet #9430DB
RGB
CMYK
RGB Variations
Color information
#9430DB (or 0x9430DB) is known color: Blue Violet. HEX triplet: 94, 30 and DB. RGB value is (148,48,219). Sum of RGB (Red+Green+Blue) = 148+48+219=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 48 (19.14% from 255 or 11.57% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #9430DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9430DB is #6BCF24. Grayscale: #606060. Windows color (decimal): -7065381 or 14364820. OLE color: 14364820.
HSL color Cylindrical-coordinate representation of color #9430DB: hue angle of 275.09º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9430DB is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 48 | 219 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.14 |
| HSL | 275.09º | 0.7% | 0.52% | - |
| HSV(B) | 275.09º | 0.78% | 0.86% | - |
| XYZ | 26.06 | 13.52 | 68.25 | - |
| YUV | 97.39 | 196.63 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 48 | 219 | 0.32 | 0.78 | 0 | 0.14 | 275.09 | 0.7 | 0.52 |
| Hex | 94 | 30 | DB | 20 | 4E | 0 | E | 113 | 46 | 34 |
| Octal | 224 | 60 | 333 | 40 | 116 | 0 | 16 | 423 | 106 | 64 |
| Binary | 10010100 | 110000 | 11011011 | 100000 | 1001110 | 0 | 1110 | 100010011 | 1000110 | 110100 |
Color Harmonies of #9430DB
Complementary color
Monochromatic Colors of #9430DB
Black with #9430DB
Text Example
Text Example
White with #9430DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9430DB; }
p { color: rgb(148,48,219); }
H1.HeaderClassName
{
color: #9430DB;
}
.AnyTagClassName
{
color: #9430DB;
}
</style>
background-color css
<style>
a { background-color: #9430DB; }
a { background-color: rgb(148,48,219); }
div.DivClassName
{
background-color: #9430DB;
}
.BgClassName
{
background-color: #9430DB;
}
</style>
border-color css
<style>
span { border-color: #9430DB; }
span { border-color: rgb(148,48,219); }
td.TdClassName
{
border-color: #9430DB;
}
.TagClassName
{
border-color: #9430DB;
}
</style>