Shades of Blue Violet #9934FB
Tints of Blue Violet #9934FB
RGB
CMYK
RGB Variations
Color information
#9934FB (or 0x9934FB) is known color: Blue Violet. HEX triplet: 99, 34 and FB. RGB value is (153,52,251). Sum of RGB (Red+Green+Blue) = 153+52+251=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 52 (20.70% from 255 or 11.40% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #9934FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9934FB is #66CB04. Grayscale: #686868. Windows color (decimal): -6736645 or 16463001. OLE color: 16463001.
HSL color Cylindrical-coordinate representation of color #9934FB: hue angle of 270.45º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9934FB is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 52 | 251 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.02 |
| HSL | 270.45º | 0.96% | 0.59% | - |
| HSV(B) | 270.45º | 0.79% | 0.98% | - |
| XYZ | 31.78 | 16.19 | 92.72 | - |
| YUV | 104.89 | 210.46 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 251 | 0.39 | 0.79 | 0 | 0.02 | 270.45 | 0.96 | 0.59 |
| Hex | 99 | 34 | FB | 27 | 4F | 0 | 2 | 10E | 60 | 3B |
| Octal | 231 | 64 | 373 | 47 | 117 | 0 | 2 | 416 | 140 | 73 |
| Binary | 10011001 | 110100 | 11111011 | 100111 | 1001111 | 0 | 10 | 100001110 | 1100000 | 111011 |
Color Harmonies of #9934FB
Complementary color
Monochromatic Colors of #9934FB
Black with #9934FB
Text Example
Text Example
White with #9934FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9934FB; }
p { color: rgb(153,52,251); }
H1.HeaderClassName
{
color: #9934FB;
}
.AnyTagClassName
{
color: #9934FB;
}
</style>
background-color css
<style>
a { background-color: #9934FB; }
a { background-color: rgb(153,52,251); }
div.DivClassName
{
background-color: #9934FB;
}
.BgClassName
{
background-color: #9934FB;
}
</style>
border-color css
<style>
span { border-color: #9934FB; }
span { border-color: rgb(153,52,251); }
td.TdClassName
{
border-color: #9934FB;
}
.TagClassName
{
border-color: #9934FB;
}
</style>