Shades of Blue Violet #982DFD
Tints of Blue Violet #982DFD
RGB
CMYK
RGB Variations
Color information
#982DFD (or 0x982DFD) is known color: Blue Violet. HEX triplet: 98, 2D and FD. RGB value is (152,45,253). Sum of RGB (Red+Green+Blue) = 152+45+253=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 45 (17.97% from 255 or 10% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #982DFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #982DFD is #67D202. Grayscale: #636363. Windows color (decimal): -6803971 or 16592280. OLE color: 16592280.
HSL color Cylindrical-coordinate representation of color #982DFD: hue angle of 270.87º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #982DFD is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 45 | 253 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.01 |
| HSL | 270.87º | 0.98% | 0.58% | - |
| HSV(B) | 270.87º | 0.82% | 0.99% | - |
| XYZ | 31.62 | 15.64 | 94.28 | - |
| YUV | 100.71 | 213.95 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 45 | 253 | 0.40 | 0.82 | 0 | 0.01 | 270.87 | 0.98 | 0.58 |
| Hex | 98 | 2D | FD | 28 | 52 | 0 | 1 | 10F | 62 | 3A |
| Octal | 230 | 55 | 375 | 50 | 122 | 0 | 1 | 417 | 142 | 72 |
| Binary | 10011000 | 101101 | 11111101 | 101000 | 1010010 | 0 | 1 | 100001111 | 1100010 | 111010 |
Color Harmonies of #982DFD
Complementary color
Monochromatic Colors of #982DFD
Black with #982DFD
Text Example
Text Example
White with #982DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982DFD; }
p { color: rgb(152,45,253); }
H1.HeaderClassName
{
color: #982DFD;
}
.AnyTagClassName
{
color: #982DFD;
}
</style>
background-color css
<style>
a { background-color: #982DFD; }
a { background-color: rgb(152,45,253); }
div.DivClassName
{
background-color: #982DFD;
}
.BgClassName
{
background-color: #982DFD;
}
</style>
border-color css
<style>
span { border-color: #982DFD; }
span { border-color: rgb(152,45,253); }
td.TdClassName
{
border-color: #982DFD;
}
.TagClassName
{
border-color: #982DFD;
}
</style>