Shades of Blue Violet #9338FF
Tints of Blue Violet #9338FF
RGB
CMYK
RGB Variations
Color information
#9338FF (or 0x9338FF) is known color: Blue Violet. HEX triplet: 93, 38 and FF. RGB value is (147,56,255). Sum of RGB (Red+Green+Blue) = 147+56+255=458 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.10% from 458); Green value is 56 (22.27% from 255 or 12.23% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #9338FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9338FF is #6CC700. Grayscale: #696969. Windows color (decimal): -7128833 or 16726163. OLE color: 16726163.
HSL color Cylindrical-coordinate representation of color #9338FF: hue angle of 267.44º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9338FF is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 56 | 255 | - |
| CMYK | 0.42 | 0.78 | 0 | 0 |
| HSL | 267.44º | 1% | 0.61% | - |
| HSV(B) | 267.44º | 0.78% | 1% | - |
| XYZ | 31.5 | 16.25 | 96.08 | - |
| YUV | 105.9 | 212.15 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 56 | 255 | 0.42 | 0.78 | 0 | 0 | 267.44 | 1 | 0.61 |
| Hex | 93 | 38 | FF | 2A | 4E | 0 | 0 | 10B | 64 | 3D |
| Octal | 223 | 70 | 377 | 52 | 116 | 0 | 0 | 413 | 144 | 75 |
| Binary | 10010011 | 111000 | 11111111 | 101010 | 1001110 | 0 | 0 | 100001011 | 1100100 | 111101 |
Color Harmonies of #9338FF
Complementary color
Monochromatic Colors of #9338FF
Black with #9338FF
Text Example
Text Example
White with #9338FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9338FF; }
p { color: rgb(147,56,255); }
H1.HeaderClassName
{
color: #9338FF;
}
.AnyTagClassName
{
color: #9338FF;
}
</style>
background-color css
<style>
a { background-color: #9338FF; }
a { background-color: rgb(147,56,255); }
div.DivClassName
{
background-color: #9338FF;
}
.BgClassName
{
background-color: #9338FF;
}
</style>
border-color css
<style>
span { border-color: #9338FF; }
span { border-color: rgb(147,56,255); }
td.TdClassName
{
border-color: #9338FF;
}
.TagClassName
{
border-color: #9338FF;
}
</style>