Shades of Blue Violet #9344DC
Tints of Blue Violet #9344DC
RGB
CMYK
RGB Variations
Color information
#9344DC (or 0x9344DC) is known color: Blue Violet. HEX triplet: 93, 44 and DC. RGB value is (147,68,220). Sum of RGB (Red+Green+Blue) = 147+68+220=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #9344DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9344DC is #6CBB23. Grayscale: #6C6C6C. Windows color (decimal): -7125796 or 14435475. OLE color: 14435475.
HSL color Cylindrical-coordinate representation of color #9344DC: hue angle of 271.18º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9344DC is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 68 | 220 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.14 |
| HSL | 271.18º | 0.68% | 0.56% | - |
| HSV(B) | 271.18º | 0.69% | 0.86% | - |
| XYZ | 27.02 | 15.5 | 69.28 | - |
| YUV | 108.95 | 190.67 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 68 | 220 | 0.33 | 0.69 | 0 | 0.14 | 271.18 | 0.68 | 0.56 |
| Hex | 93 | 44 | DC | 21 | 45 | 0 | E | 10F | 44 | 38 |
| Octal | 223 | 104 | 334 | 41 | 105 | 0 | 16 | 417 | 104 | 70 |
| Binary | 10010011 | 1000100 | 11011100 | 100001 | 1000101 | 0 | 1110 | 100001111 | 1000100 | 111000 |
Color Harmonies of #9344DC
Complementary color
Monochromatic Colors of #9344DC
Black with #9344DC
Text Example
Text Example
White with #9344DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9344DC; }
p { color: rgb(147,68,220); }
H1.HeaderClassName
{
color: #9344DC;
}
.AnyTagClassName
{
color: #9344DC;
}
</style>
background-color css
<style>
a { background-color: #9344DC; }
a { background-color: rgb(147,68,220); }
div.DivClassName
{
background-color: #9344DC;
}
.BgClassName
{
background-color: #9344DC;
}
</style>
border-color css
<style>
span { border-color: #9344DC; }
span { border-color: rgb(147,68,220); }
td.TdClassName
{
border-color: #9344DC;
}
.TagClassName
{
border-color: #9344DC;
}
</style>