Shades of Blue Violet #9934FF
Tints of Blue Violet #9934FF
RGB
CMYK
RGB Variations
Color information
#9934FF (or 0x9934FF) is known color: Blue Violet. HEX triplet: 99, 34 and FF. RGB value is (153,52,255). Sum of RGB (Red+Green+Blue) = 153+52+255=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 52 (20.70% from 255 or 11.30% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #9934FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9934FF is #66CB00. Grayscale: #686868. Windows color (decimal): -6736641 or 16725145. OLE color: 16725145.
HSL color Cylindrical-coordinate representation of color #9934FF: hue angle of 269.85º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9934FF is Cyan = 0.4, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 52 | 255 | - |
| CMYK | 0.4 | 0.80 | 0 | 0 |
| HSL | 269.85º | 1% | 0.6% | - |
| HSV(B) | 269.85º | 0.8% | 1% | - |
| XYZ | 32.41 | 16.45 | 96.07 | - |
| YUV | 105.34 | 212.46 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 255 | 0.4 | 0.80 | 0 | 0 | 269.85 | 1 | 0.6 |
| Hex | 99 | 34 | FF | 28 | 50 | 0 | 0 | 10E | 64 | 3C |
| Octal | 231 | 64 | 377 | 50 | 120 | 0 | 0 | 416 | 144 | 74 |
| Binary | 10011001 | 110100 | 11111111 | 101000 | 1010000 | 0 | 0 | 100001110 | 1100100 | 111100 |
Color Harmonies of #9934FF
Complementary color
Monochromatic Colors of #9934FF
Black with #9934FF
Text Example
Text Example
White with #9934FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9934FF; }
p { color: rgb(153,52,255); }
H1.HeaderClassName
{
color: #9934FF;
}
.AnyTagClassName
{
color: #9934FF;
}
</style>
background-color css
<style>
a { background-color: #9934FF; }
a { background-color: rgb(153,52,255); }
div.DivClassName
{
background-color: #9934FF;
}
.BgClassName
{
background-color: #9934FF;
}
</style>
border-color css
<style>
span { border-color: #9934FF; }
span { border-color: rgb(153,52,255); }
td.TdClassName
{
border-color: #9934FF;
}
.TagClassName
{
border-color: #9934FF;
}
</style>