Shades of Blue Violet #9439DF
Tints of Blue Violet #9439DF
RGB
CMYK
RGB Variations
Color information
#9439DF (or 0x9439DF) is known color: Blue Violet. HEX triplet: 94, 39 and DF. RGB value is (148,57,223). Sum of RGB (Red+Green+Blue) = 148+57+223=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 57 (22.66% from 255 or 13.32% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #9439DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9439DF is #6BC620. Grayscale: #666666. Windows color (decimal): -7063073 or 14629268. OLE color: 14629268.
HSL color Cylindrical-coordinate representation of color #9439DF: hue angle of 272.89º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9439DF is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 57 | 223 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.13 |
| HSL | 272.89º | 0.72% | 0.55% | - |
| HSV(B) | 272.89º | 0.74% | 0.87% | - |
| XYZ | 27 | 14.55 | 71.2 | - |
| YUV | 103.13 | 195.65 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 57 | 223 | 0.34 | 0.74 | 0 | 0.13 | 272.89 | 0.72 | 0.55 |
| Hex | 94 | 39 | DF | 22 | 4A | 0 | D | 111 | 48 | 37 |
| Octal | 224 | 71 | 337 | 42 | 112 | 0 | 15 | 421 | 110 | 67 |
| Binary | 10010100 | 111001 | 11011111 | 100010 | 1001010 | 0 | 1101 | 100010001 | 1001000 | 110111 |
Color Harmonies of #9439DF
Complementary color
Monochromatic Colors of #9439DF
Black with #9439DF
Text Example
Text Example
White with #9439DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9439DF; }
p { color: rgb(148,57,223); }
H1.HeaderClassName
{
color: #9439DF;
}
.AnyTagClassName
{
color: #9439DF;
}
</style>
background-color css
<style>
a { background-color: #9439DF; }
a { background-color: rgb(148,57,223); }
div.DivClassName
{
background-color: #9439DF;
}
.BgClassName
{
background-color: #9439DF;
}
</style>
border-color css
<style>
span { border-color: #9439DF; }
span { border-color: rgb(148,57,223); }
td.TdClassName
{
border-color: #9439DF;
}
.TagClassName
{
border-color: #9439DF;
}
</style>