Shades of Blue Violet #982AEC
Tints of Blue Violet #982AEC
RGB
CMYK
RGB Variations
Color information
#982AEC (or 0x982AEC) is known color: Blue Violet. HEX triplet: 98, 2A and EC. RGB value is (152,42,236). Sum of RGB (Red+Green+Blue) = 152+42+236=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 42 (16.80% from 255 or 9.77% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #982AEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #982AEC is #67D513. Grayscale: #606060. Windows color (decimal): -6804756 or 15477400. OLE color: 15477400.
HSL color Cylindrical-coordinate representation of color #982AEC: hue angle of 274.02º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #982AEC is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 42 | 236 | - |
| CMYK | 0.36 | 0.82 | 0 | 0.07 |
| HSL | 274.02º | 0.84% | 0.55% | - |
| HSV(B) | 274.02º | 0.82% | 0.93% | - |
| XYZ | 28.92 | 14.39 | 80.61 | - |
| YUV | 97.01 | 206.44 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 42 | 236 | 0.36 | 0.82 | 0 | 0.07 | 274.02 | 0.84 | 0.55 |
| Hex | 98 | 2A | EC | 24 | 52 | 0 | 7 | 112 | 54 | 37 |
| Octal | 230 | 52 | 354 | 44 | 122 | 0 | 7 | 422 | 124 | 67 |
| Binary | 10011000 | 101010 | 11101100 | 100100 | 1010010 | 0 | 111 | 100010010 | 1010100 | 110111 |
Color Harmonies of #982AEC
Complementary color
Monochromatic Colors of #982AEC
Black with #982AEC
Text Example
Text Example
White with #982AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982AEC; }
p { color: rgb(152,42,236); }
H1.HeaderClassName
{
color: #982AEC;
}
.AnyTagClassName
{
color: #982AEC;
}
</style>
background-color css
<style>
a { background-color: #982AEC; }
a { background-color: rgb(152,42,236); }
div.DivClassName
{
background-color: #982AEC;
}
.BgClassName
{
background-color: #982AEC;
}
</style>
border-color css
<style>
span { border-color: #982AEC; }
span { border-color: rgb(152,42,236); }
td.TdClassName
{
border-color: #982AEC;
}
.TagClassName
{
border-color: #982AEC;
}
</style>