Shades of Blue Violet #9439E6
Tints of Blue Violet #9439E6
RGB
CMYK
RGB Variations
Color information
#9439E6 (or 0x9439E6) is known color: Blue Violet. HEX triplet: 94, 39 and E6. RGB value is (148,57,230). Sum of RGB (Red+Green+Blue) = 148+57+230=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 57 (22.66% from 255 or 13.10% from 435); Blue value is 230 (90.23% from 255 or 52.87% from 435); Max value from RGB is 230 - color contains mainly: blue. Hex color #9439E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9439E6 is #6BC619. Grayscale: #676767. Windows color (decimal): -7063066 or 15088020. OLE color: 15088020.
HSL color Cylindrical-coordinate representation of color #9439E6: hue angle of 271.56º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9439E6 is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 57 | 230 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.10 |
| HSL | 271.56º | 0.78% | 0.56% | - |
| HSV(B) | 271.56º | 0.75% | 0.9% | - |
| XYZ | 27.96 | 14.94 | 76.27 | - |
| YUV | 103.93 | 199.15 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 57 | 230 | 0.36 | 0.75 | 0 | 0.10 | 271.56 | 0.78 | 0.56 |
| Hex | 94 | 39 | E6 | 24 | 4B | 0 | A | 110 | 4E | 38 |
| Octal | 224 | 71 | 346 | 44 | 113 | 0 | 12 | 420 | 116 | 70 |
| Binary | 10010100 | 111001 | 11100110 | 100100 | 1001011 | 0 | 1010 | 100010000 | 1001110 | 111000 |
Color Harmonies of #9439E6
Complementary color
Monochromatic Colors of #9439E6
Black with #9439E6
Text Example
Text Example
White with #9439E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9439E6; }
p { color: rgb(148,57,230); }
H1.HeaderClassName
{
color: #9439E6;
}
.AnyTagClassName
{
color: #9439E6;
}
</style>
background-color css
<style>
a { background-color: #9439E6; }
a { background-color: rgb(148,57,230); }
div.DivClassName
{
background-color: #9439E6;
}
.BgClassName
{
background-color: #9439E6;
}
</style>
border-color css
<style>
span { border-color: #9439E6; }
span { border-color: rgb(148,57,230); }
td.TdClassName
{
border-color: #9439E6;
}
.TagClassName
{
border-color: #9439E6;
}
</style>