Shades of Blue Violet #9338DD
Tints of Blue Violet #9338DD
RGB
CMYK
RGB Variations
Color information
#9338DD (or 0x9338DD) is known color: Blue Violet. HEX triplet: 93, 38 and DD. RGB value is (147,56,221). Sum of RGB (Red+Green+Blue) = 147+56+221=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 56 (22.27% from 255 or 13.21% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #9338DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9338DD is #6CC722. Grayscale: #656565. Windows color (decimal): -7128867 or 14497939. OLE color: 14497939.
HSL color Cylindrical-coordinate representation of color #9338DD: hue angle of 273.09º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9338DD is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 56 | 221 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.13 |
| HSL | 273.09º | 0.71% | 0.54% | - |
| HSV(B) | 273.09º | 0.75% | 0.87% | - |
| XYZ | 26.5 | 14.25 | 69.76 | - |
| YUV | 102.02 | 195.15 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 56 | 221 | 0.33 | 0.75 | 0 | 0.13 | 273.09 | 0.71 | 0.54 |
| Hex | 93 | 38 | DD | 21 | 4B | 0 | D | 111 | 47 | 36 |
| Octal | 223 | 70 | 335 | 41 | 113 | 0 | 15 | 421 | 107 | 66 |
| Binary | 10010011 | 111000 | 11011101 | 100001 | 1001011 | 0 | 1101 | 100010001 | 1000111 | 110110 |
Color Harmonies of #9338DD
Complementary color
Monochromatic Colors of #9338DD
Black with #9338DD
Text Example
Text Example
White with #9338DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9338DD; }
p { color: rgb(147,56,221); }
H1.HeaderClassName
{
color: #9338DD;
}
.AnyTagClassName
{
color: #9338DD;
}
</style>
background-color css
<style>
a { background-color: #9338DD; }
a { background-color: rgb(147,56,221); }
div.DivClassName
{
background-color: #9338DD;
}
.BgClassName
{
background-color: #9338DD;
}
</style>
border-color css
<style>
span { border-color: #9338DD; }
span { border-color: rgb(147,56,221); }
td.TdClassName
{
border-color: #9338DD;
}
.TagClassName
{
border-color: #9338DD;
}
</style>