Shades of Blue Violet #983CEB
Tints of Blue Violet #983CEB
RGB
CMYK
RGB Variations
Color information
#983CEB (or 0x983CEB) is known color: Blue Violet. HEX triplet: 98, 3C and EB. RGB value is (152,60,235). Sum of RGB (Red+Green+Blue) = 152+60+235=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 60 (23.83% from 255 or 13.42% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #983CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #983CEB is #67C314. Grayscale: #6A6A6A. Windows color (decimal): -6800149 or 15416472. OLE color: 15416472.
HSL color Cylindrical-coordinate representation of color #983CEB: hue angle of 271.54º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #983CEB is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 60 | 235 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.08 |
| HSL | 271.54º | 0.81% | 0.58% | - |
| HSV(B) | 271.54º | 0.74% | 0.92% | - |
| XYZ | 29.56 | 15.91 | 80.11 | - |
| YUV | 107.46 | 199.98 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 60 | 235 | 0.35 | 0.74 | 0 | 0.08 | 271.54 | 0.81 | 0.58 |
| Hex | 98 | 3C | EB | 23 | 4A | 0 | 8 | 110 | 51 | 3A |
| Octal | 230 | 74 | 353 | 43 | 112 | 0 | 10 | 420 | 121 | 72 |
| Binary | 10011000 | 111100 | 11101011 | 100011 | 1001010 | 0 | 1000 | 100010000 | 1010001 | 111010 |
Color Harmonies of #983CEB
Complementary color
Monochromatic Colors of #983CEB
Black with #983CEB
Text Example
Text Example
White with #983CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983CEB; }
p { color: rgb(152,60,235); }
H1.HeaderClassName
{
color: #983CEB;
}
.AnyTagClassName
{
color: #983CEB;
}
</style>
background-color css
<style>
a { background-color: #983CEB; }
a { background-color: rgb(152,60,235); }
div.DivClassName
{
background-color: #983CEB;
}
.BgClassName
{
background-color: #983CEB;
}
</style>
border-color css
<style>
span { border-color: #983CEB; }
span { border-color: rgb(152,60,235); }
td.TdClassName
{
border-color: #983CEB;
}
.TagClassName
{
border-color: #983CEB;
}
</style>