Shades of Blue Violet #9333FD
Tints of Blue Violet #9333FD
RGB
CMYK
RGB Variations
Color information
#9333FD (or 0x9333FD) is known color: Blue Violet. HEX triplet: 93, 33 and FD. RGB value is (147,51,253). Sum of RGB (Red+Green+Blue) = 147+51+253=451 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.59% from 451); Green value is 51 (20.31% from 255 or 11.31% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #9333FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9333FD is #6CCC02. Grayscale: #666666. Windows color (decimal): -7130115 or 16593811. OLE color: 16593811.
HSL color Cylindrical-coordinate representation of color #9333FD: hue angle of 268.51º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9333FD is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 51 | 253 | - |
| CMYK | 0.42 | 0.80 | 0 | 0.01 |
| HSL | 268.51º | 0.98% | 0.6% | - |
| HSV(B) | 268.51º | 0.8% | 0.99% | - |
| XYZ | 30.95 | 15.66 | 94.32 | - |
| YUV | 102.73 | 212.8 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 51 | 253 | 0.42 | 0.80 | 0 | 0.01 | 268.51 | 0.98 | 0.6 |
| Hex | 93 | 33 | FD | 2A | 50 | 0 | 1 | 10D | 62 | 3C |
| Octal | 223 | 63 | 375 | 52 | 120 | 0 | 1 | 415 | 142 | 74 |
| Binary | 10010011 | 110011 | 11111101 | 101010 | 1010000 | 0 | 1 | 100001101 | 1100010 | 111100 |
Color Harmonies of #9333FD
Complementary color
Monochromatic Colors of #9333FD
Black with #9333FD
Text Example
Text Example
White with #9333FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9333FD; }
p { color: rgb(147,51,253); }
H1.HeaderClassName
{
color: #9333FD;
}
.AnyTagClassName
{
color: #9333FD;
}
</style>
background-color css
<style>
a { background-color: #9333FD; }
a { background-color: rgb(147,51,253); }
div.DivClassName
{
background-color: #9333FD;
}
.BgClassName
{
background-color: #9333FD;
}
</style>
border-color css
<style>
span { border-color: #9333FD; }
span { border-color: rgb(147,51,253); }
td.TdClassName
{
border-color: #9333FD;
}
.TagClassName
{
border-color: #9333FD;
}
</style>