Shades of Blue Violet #983EEF
Tints of Blue Violet #983EEF
RGB
CMYK
RGB Variations
Color information
#983EEF (or 0x983EEF) is known color: Blue Violet. HEX triplet: 98, 3E and EF. RGB value is (152,62,239). Sum of RGB (Red+Green+Blue) = 152+62+239=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 62 (24.61% from 255 or 13.69% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #983EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #983EEF is #67C110. Grayscale: #6C6C6C. Windows color (decimal): -6799633 or 15679128. OLE color: 15679128.
HSL color Cylindrical-coordinate representation of color #983EEF: hue angle of 270.51º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #983EEF is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 62 | 239 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.06 |
| HSL | 270.51º | 0.85% | 0.59% | - |
| HSV(B) | 270.51º | 0.74% | 0.94% | - |
| XYZ | 30.25 | 16.35 | 83.22 | - |
| YUV | 109.09 | 201.32 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 62 | 239 | 0.36 | 0.74 | 0 | 0.06 | 270.51 | 0.85 | 0.59 |
| Hex | 98 | 3E | EF | 24 | 4A | 0 | 6 | 10F | 55 | 3B |
| Octal | 230 | 76 | 357 | 44 | 112 | 0 | 6 | 417 | 125 | 73 |
| Binary | 10011000 | 111110 | 11101111 | 100100 | 1001010 | 0 | 110 | 100001111 | 1010101 | 111011 |
Color Harmonies of #983EEF
Complementary color
Monochromatic Colors of #983EEF
Black with #983EEF
Text Example
Text Example
White with #983EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983EEF; }
p { color: rgb(152,62,239); }
H1.HeaderClassName
{
color: #983EEF;
}
.AnyTagClassName
{
color: #983EEF;
}
</style>
background-color css
<style>
a { background-color: #983EEF; }
a { background-color: rgb(152,62,239); }
div.DivClassName
{
background-color: #983EEF;
}
.BgClassName
{
background-color: #983EEF;
}
</style>
border-color css
<style>
span { border-color: #983EEF; }
span { border-color: rgb(152,62,239); }
td.TdClassName
{
border-color: #983EEF;
}
.TagClassName
{
border-color: #983EEF;
}
</style>