Shades of Blue Violet #9817FA
Tints of Blue Violet #9817FA
RGB
CMYK
RGB Variations
Color information
#9817FA (or 0x9817FA) is known color: Blue Violet. HEX triplet: 98, 17 and FA. RGB value is (152,23,250). Sum of RGB (Red+Green+Blue) = 152+23+250=425 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.76% from 425); Green value is 23 (9.38% from 255 or 5.41% from 425); Blue value is 250 (98.05% from 255 or 58.82% from 425); Max value from RGB is 250 - color contains mainly: blue. Hex color #9817FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9817FA is #67E805. Grayscale: #565656. Windows color (decimal): -6809606 or 16390040. OLE color: 16390040.
HSL color Cylindrical-coordinate representation of color #9817FA: hue angle of 274.1º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9817FA is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 23 | 250 | - |
| CMYK | 0.39 | 0.91 | 0 | 0.02 |
| HSL | 274.1º | 0.96% | 0.54% | - |
| HSV(B) | 274.1º | 0.91% | 0.98% | - |
| XYZ | 30.51 | 14.19 | 91.57 | - |
| YUV | 87.45 | 219.74 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 23 | 250 | 0.39 | 0.91 | 0 | 0.02 | 274.1 | 0.96 | 0.54 |
| Hex | 98 | 17 | FA | 27 | 5B | 0 | 2 | 112 | 60 | 36 |
| Octal | 230 | 27 | 372 | 47 | 133 | 0 | 2 | 422 | 140 | 66 |
| Binary | 10011000 | 10111 | 11111010 | 100111 | 1011011 | 0 | 10 | 100010010 | 1100000 | 110110 |
Color Harmonies of #9817FA
Complementary color
Monochromatic Colors of #9817FA
Black with #9817FA
Text Example
Text Example
White with #9817FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9817FA; }
p { color: rgb(152,23,250); }
H1.HeaderClassName
{
color: #9817FA;
}
.AnyTagClassName
{
color: #9817FA;
}
</style>
background-color css
<style>
a { background-color: #9817FA; }
a { background-color: rgb(152,23,250); }
div.DivClassName
{
background-color: #9817FA;
}
.BgClassName
{
background-color: #9817FA;
}
</style>
border-color css
<style>
span { border-color: #9817FA; }
span { border-color: rgb(152,23,250); }
td.TdClassName
{
border-color: #9817FA;
}
.TagClassName
{
border-color: #9817FA;
}
</style>