Shades of Blue Violet #983CFF
Tints of Blue Violet #983CFF
RGB
CMYK
RGB Variations
Color information
#983CFF (or 0x983CFF) is known color: Blue Violet. HEX triplet: 98, 3C and FF. RGB value is (152,60,255). Sum of RGB (Red+Green+Blue) = 152+60+255=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 60 (23.83% from 255 or 12.85% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #983CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #983CFF is #67C300. Grayscale: #6D6D6D. Windows color (decimal): -6800129 or 16727192. OLE color: 16727192.
HSL color Cylindrical-coordinate representation of color #983CFF: hue angle of 268.31º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #983CFF is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 60 | 255 | - |
| CMYK | 0.40 | 0.76 | 0 | 0 |
| HSL | 268.31º | 1% | 0.62% | - |
| HSV(B) | 268.31º | 0.76% | 1% | - |
| XYZ | 32.61 | 17.13 | 96.19 | - |
| YUV | 109.74 | 209.98 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 60 | 255 | 0.40 | 0.76 | 0 | 0 | 268.31 | 1 | 0.62 |
| Hex | 98 | 3C | FF | 28 | 4C | 0 | 0 | 10C | 64 | 3E |
| Octal | 230 | 74 | 377 | 50 | 114 | 0 | 0 | 414 | 144 | 76 |
| Binary | 10011000 | 111100 | 11111111 | 101000 | 1001100 | 0 | 0 | 100001100 | 1100100 | 111110 |
Color Harmonies of #983CFF
Complementary color
Monochromatic Colors of #983CFF
Black with #983CFF
Text Example
Text Example
White with #983CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983CFF; }
p { color: rgb(152,60,255); }
H1.HeaderClassName
{
color: #983CFF;
}
.AnyTagClassName
{
color: #983CFF;
}
</style>
background-color css
<style>
a { background-color: #983CFF; }
a { background-color: rgb(152,60,255); }
div.DivClassName
{
background-color: #983CFF;
}
.BgClassName
{
background-color: #983CFF;
}
</style>
border-color css
<style>
span { border-color: #983CFF; }
span { border-color: rgb(152,60,255); }
td.TdClassName
{
border-color: #983CFF;
}
.TagClassName
{
border-color: #983CFF;
}
</style>