Shades of Blue Violet #9942FB
Tints of Blue Violet #9942FB
RGB
CMYK
RGB Variations
Color information
#9942FB (or 0x9942FB) is known color: Blue Violet. HEX triplet: 99, 42 and FB. RGB value is (153,66,251). Sum of RGB (Red+Green+Blue) = 153+66+251=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 66 (26.17% from 255 or 14.04% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #9942FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9942FB is #66BD04. Grayscale: #707070. Windows color (decimal): -6733061 or 16466585. OLE color: 16466585.
HSL color Cylindrical-coordinate representation of color #9942FB: hue angle of 268.22º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9942FB is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 66 | 251 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.02 |
| HSL | 268.22º | 0.96% | 0.62% | - |
| HSV(B) | 268.22º | 0.74% | 0.98% | - |
| XYZ | 32.5 | 17.63 | 92.96 | - |
| YUV | 113.1 | 205.82 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 66 | 251 | 0.39 | 0.74 | 0 | 0.02 | 268.22 | 0.96 | 0.62 |
| Hex | 99 | 42 | FB | 27 | 4A | 0 | 2 | 10C | 60 | 3E |
| Octal | 231 | 102 | 373 | 47 | 112 | 0 | 2 | 414 | 140 | 76 |
| Binary | 10011001 | 1000010 | 11111011 | 100111 | 1001010 | 0 | 10 | 100001100 | 1100000 | 111110 |
Color Harmonies of #9942FB
Complementary color
Monochromatic Colors of #9942FB
Black with #9942FB
Text Example
Text Example
White with #9942FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9942FB; }
p { color: rgb(153,66,251); }
H1.HeaderClassName
{
color: #9942FB;
}
.AnyTagClassName
{
color: #9942FB;
}
</style>
background-color css
<style>
a { background-color: #9942FB; }
a { background-color: rgb(153,66,251); }
div.DivClassName
{
background-color: #9942FB;
}
.BgClassName
{
background-color: #9942FB;
}
</style>
border-color css
<style>
span { border-color: #9942FB; }
span { border-color: rgb(153,66,251); }
td.TdClassName
{
border-color: #9942FB;
}
.TagClassName
{
border-color: #9942FB;
}
</style>