Shades of Blue Violet #9842FB
Tints of Blue Violet #9842FB
RGB
CMYK
RGB Variations
Color information
#9842FB (or 0x9842FB) is known color: Blue Violet. HEX triplet: 98, 42 and FB. RGB value is (152,66,251). Sum of RGB (Red+Green+Blue) = 152+66+251=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 66 (26.17% from 255 or 14.07% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #9842FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9842FB is #67BD04. Grayscale: #707070. Windows color (decimal): -6798597 or 16466584. OLE color: 16466584.
HSL color Cylindrical-coordinate representation of color #9842FB: hue angle of 267.89º 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 #9842FB is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 66 | 251 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.02 |
| HSL | 267.89º | 0.96% | 0.62% | - |
| HSV(B) | 267.89º | 0.74% | 0.98% | - |
| XYZ | 32.31 | 17.54 | 92.95 | - |
| YUV | 112.8 | 205.99 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 66 | 251 | 0.39 | 0.74 | 0 | 0.02 | 267.89 | 0.96 | 0.62 |
| Hex | 98 | 42 | FB | 27 | 4A | 0 | 2 | 10C | 60 | 3E |
| Octal | 230 | 102 | 373 | 47 | 112 | 0 | 2 | 414 | 140 | 76 |
| Binary | 10011000 | 1000010 | 11111011 | 100111 | 1001010 | 0 | 10 | 100001100 | 1100000 | 111110 |
Color Harmonies of #9842FB
Complementary color
Monochromatic Colors of #9842FB
Black with #9842FB
Text Example
Text Example
White with #9842FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9842FB; }
p { color: rgb(152,66,251); }
H1.HeaderClassName
{
color: #9842FB;
}
.AnyTagClassName
{
color: #9842FB;
}
</style>
background-color css
<style>
a { background-color: #9842FB; }
a { background-color: rgb(152,66,251); }
div.DivClassName
{
background-color: #9842FB;
}
.BgClassName
{
background-color: #9842FB;
}
</style>
border-color css
<style>
span { border-color: #9842FB; }
span { border-color: rgb(152,66,251); }
td.TdClassName
{
border-color: #9842FB;
}
.TagClassName
{
border-color: #9842FB;
}
</style>