Shades of Blue Violet #9336FB
Tints of Blue Violet #9336FB
RGB
CMYK
RGB Variations
Color information
#9336FB (or 0x9336FB) is known color: Blue Violet. HEX triplet: 93, 36 and FB. RGB value is (147,54,251). Sum of RGB (Red+Green+Blue) = 147+54+251=452 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.52% from 452); Green value is 54 (21.48% from 255 or 11.95% from 452); Blue value is 251 (98.44% from 255 or 55.53% from 452); Max value from RGB is 251 - color contains mainly: blue. Hex color #9336FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9336FB is #6CC904. Grayscale: #676767. Windows color (decimal): -7129349 or 16463507. OLE color: 16463507.
HSL color Cylindrical-coordinate representation of color #9336FB: hue angle of 268.32º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9336FB is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 54 | 251 | - |
| CMYK | 0.41 | 0.78 | 0 | 0.02 |
| HSL | 268.32º | 0.96% | 0.6% | - |
| HSV(B) | 268.32º | 0.78% | 0.98% | - |
| XYZ | 30.76 | 15.81 | 92.7 | - |
| YUV | 104.27 | 210.81 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 54 | 251 | 0.41 | 0.78 | 0 | 0.02 | 268.32 | 0.96 | 0.6 |
| Hex | 93 | 36 | FB | 29 | 4E | 0 | 2 | 10C | 60 | 3C |
| Octal | 223 | 66 | 373 | 51 | 116 | 0 | 2 | 414 | 140 | 74 |
| Binary | 10010011 | 110110 | 11111011 | 101001 | 1001110 | 0 | 10 | 100001100 | 1100000 | 111100 |
Color Harmonies of #9336FB
Complementary color
Monochromatic Colors of #9336FB
Black with #9336FB
Text Example
Text Example
White with #9336FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9336FB; }
p { color: rgb(147,54,251); }
H1.HeaderClassName
{
color: #9336FB;
}
.AnyTagClassName
{
color: #9336FB;
}
</style>
background-color css
<style>
a { background-color: #9336FB; }
a { background-color: rgb(147,54,251); }
div.DivClassName
{
background-color: #9336FB;
}
.BgClassName
{
background-color: #9336FB;
}
</style>
border-color css
<style>
span { border-color: #9336FB; }
span { border-color: rgb(147,54,251); }
td.TdClassName
{
border-color: #9336FB;
}
.TagClassName
{
border-color: #9336FB;
}
</style>