Shades of Blue Violet #9820FD
Tints of Blue Violet #9820FD
RGB
CMYK
RGB Variations
Color information
#9820FD (or 0x9820FD) is known color: Blue Violet. HEX triplet: 98, 20 and FD. RGB value is (152,32,253). Sum of RGB (Red+Green+Blue) = 152+32+253=437 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.78% from 437); Green value is 32 (12.89% from 255 or 7.32% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #9820FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9820FD is #67DF02. Grayscale: #5C5C5C. Windows color (decimal): -6807299 or 16588952. OLE color: 16588952.
HSL color Cylindrical-coordinate representation of color #9820FD: hue angle of 272.58º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9820FD is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 32 | 253 | - |
| CMYK | 0.40 | 0.87 | 0 | 0.01 |
| HSL | 272.58º | 0.98% | 0.56% | - |
| HSV(B) | 272.58º | 0.87% | 0.99% | - |
| XYZ | 31.2 | 14.8 | 94.14 | - |
| YUV | 93.07 | 218.26 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 32 | 253 | 0.40 | 0.87 | 0 | 0.01 | 272.58 | 0.98 | 0.56 |
| Hex | 98 | 20 | FD | 28 | 57 | 0 | 1 | 111 | 62 | 38 |
| Octal | 230 | 40 | 375 | 50 | 127 | 0 | 1 | 421 | 142 | 70 |
| Binary | 10011000 | 100000 | 11111101 | 101000 | 1010111 | 0 | 1 | 100010001 | 1100010 | 111000 |
Color Harmonies of #9820FD
Complementary color
Monochromatic Colors of #9820FD
Black with #9820FD
Text Example
Text Example
White with #9820FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9820FD; }
p { color: rgb(152,32,253); }
H1.HeaderClassName
{
color: #9820FD;
}
.AnyTagClassName
{
color: #9820FD;
}
</style>
background-color css
<style>
a { background-color: #9820FD; }
a { background-color: rgb(152,32,253); }
div.DivClassName
{
background-color: #9820FD;
}
.BgClassName
{
background-color: #9820FD;
}
</style>
border-color css
<style>
span { border-color: #9820FD; }
span { border-color: rgb(152,32,253); }
td.TdClassName
{
border-color: #9820FD;
}
.TagClassName
{
border-color: #9820FD;
}
</style>