Shades of Blue Violet #9439DB
Tints of Blue Violet #9439DB
RGB
CMYK
RGB Variations
Color information
#9439DB (or 0x9439DB) is known color: Blue Violet. HEX triplet: 94, 39 and DB. RGB value is (148,57,219). Sum of RGB (Red+Green+Blue) = 148+57+219=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 57 (22.66% from 255 or 13.44% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #9439DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9439DB is #6BC624. Grayscale: #666666. Windows color (decimal): -7063077 or 14367124. OLE color: 14367124.
HSL color Cylindrical-coordinate representation of color #9439DB: hue angle of 273.7º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9439DB is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 57 | 219 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.14 |
| HSL | 273.7º | 0.69% | 0.54% | - |
| HSV(B) | 273.7º | 0.74% | 0.86% | - |
| XYZ | 26.46 | 14.34 | 68.39 | - |
| YUV | 102.68 | 193.65 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 57 | 219 | 0.32 | 0.74 | 0 | 0.14 | 273.7 | 0.69 | 0.54 |
| Hex | 94 | 39 | DB | 20 | 4A | 0 | E | 112 | 45 | 36 |
| Octal | 224 | 71 | 333 | 40 | 112 | 0 | 16 | 422 | 105 | 66 |
| Binary | 10010100 | 111001 | 11011011 | 100000 | 1001010 | 0 | 1110 | 100010010 | 1000101 | 110110 |
Color Harmonies of #9439DB
Complementary color
Monochromatic Colors of #9439DB
Black with #9439DB
Text Example
Text Example
White with #9439DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9439DB; }
p { color: rgb(148,57,219); }
H1.HeaderClassName
{
color: #9439DB;
}
.AnyTagClassName
{
color: #9439DB;
}
</style>
background-color css
<style>
a { background-color: #9439DB; }
a { background-color: rgb(148,57,219); }
div.DivClassName
{
background-color: #9439DB;
}
.BgClassName
{
background-color: #9439DB;
}
</style>
border-color css
<style>
span { border-color: #9439DB; }
span { border-color: rgb(148,57,219); }
td.TdClassName
{
border-color: #9439DB;
}
.TagClassName
{
border-color: #9439DB;
}
</style>