Shades of Blue Violet #9339DF
Tints of Blue Violet #9339DF
RGB
CMYK
RGB Variations
Color information
#9339DF (or 0x9339DF) is known color: Blue Violet. HEX triplet: 93, 39 and DF. RGB value is (147,57,223). Sum of RGB (Red+Green+Blue) = 147+57+223=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 57 (22.66% from 255 or 13.35% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #9339DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9339DF is #6CC620. Grayscale: #666666. Windows color (decimal): -7128609 or 14629267. OLE color: 14629267.
HSL color Cylindrical-coordinate representation of color #9339DF: hue angle of 272.53º 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 #9339DF is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 57 | 223 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.13 |
| HSL | 272.53º | 0.72% | 0.55% | - |
| HSV(B) | 272.53º | 0.74% | 0.87% | - |
| XYZ | 26.82 | 14.46 | 71.19 | - |
| YUV | 102.83 | 195.82 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 57 | 223 | 0.34 | 0.74 | 0 | 0.13 | 272.53 | 0.72 | 0.55 |
| Hex | 93 | 39 | DF | 22 | 4A | 0 | D | 111 | 48 | 37 |
| Octal | 223 | 71 | 337 | 42 | 112 | 0 | 15 | 421 | 110 | 67 |
| Binary | 10010011 | 111001 | 11011111 | 100010 | 1001010 | 0 | 1101 | 100010001 | 1001000 | 110111 |
Color Harmonies of #9339DF
Complementary color
Monochromatic Colors of #9339DF
Black with #9339DF
Text Example
Text Example
White with #9339DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9339DF; }
p { color: rgb(147,57,223); }
H1.HeaderClassName
{
color: #9339DF;
}
.AnyTagClassName
{
color: #9339DF;
}
</style>
background-color css
<style>
a { background-color: #9339DF; }
a { background-color: rgb(147,57,223); }
div.DivClassName
{
background-color: #9339DF;
}
.BgClassName
{
background-color: #9339DF;
}
</style>
border-color css
<style>
span { border-color: #9339DF; }
span { border-color: rgb(147,57,223); }
td.TdClassName
{
border-color: #9339DF;
}
.TagClassName
{
border-color: #9339DF;
}
</style>