Shades of Blue Violet #9439E0
Tints of Blue Violet #9439E0
RGB
CMYK
RGB Variations
Color information
#9439E0 (or 0x9439E0) is known color: Blue Violet. HEX triplet: 94, 39 and E0. RGB value is (148,57,224). Sum of RGB (Red+Green+Blue) = 148+57+224=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 57 (22.66% from 255 or 13.29% from 429); Blue value is 224 (87.89% from 255 or 52.21% from 429); Max value from RGB is 224 - color contains mainly: blue. Hex color #9439E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9439E0 is #6BC61F. Grayscale: #666666. Windows color (decimal): -7063072 or 14694804. OLE color: 14694804.
HSL color Cylindrical-coordinate representation of color #9439E0: hue angle of 272.69º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9439E0 is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 57 | 224 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.12 |
| HSL | 272.69º | 0.73% | 0.55% | - |
| HSV(B) | 272.69º | 0.75% | 0.88% | - |
| XYZ | 27.13 | 14.6 | 71.91 | - |
| YUV | 103.25 | 196.15 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 57 | 224 | 0.34 | 0.75 | 0 | 0.12 | 272.69 | 0.73 | 0.55 |
| Hex | 94 | 39 | E0 | 22 | 4B | 0 | C | 111 | 49 | 37 |
| Octal | 224 | 71 | 340 | 42 | 113 | 0 | 14 | 421 | 111 | 67 |
| Binary | 10010100 | 111001 | 11100000 | 100010 | 1001011 | 0 | 1100 | 100010001 | 1001001 | 110111 |
Color Harmonies of #9439E0
Complementary color
Monochromatic Colors of #9439E0
Black with #9439E0
Text Example
Text Example
White with #9439E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9439E0; }
p { color: rgb(148,57,224); }
H1.HeaderClassName
{
color: #9439E0;
}
.AnyTagClassName
{
color: #9439E0;
}
</style>
background-color css
<style>
a { background-color: #9439E0; }
a { background-color: rgb(148,57,224); }
div.DivClassName
{
background-color: #9439E0;
}
.BgClassName
{
background-color: #9439E0;
}
</style>
border-color css
<style>
span { border-color: #9439E0; }
span { border-color: rgb(148,57,224); }
td.TdClassName
{
border-color: #9439E0;
}
.TagClassName
{
border-color: #9439E0;
}
</style>