Shades of Dark Violet #980BEA
Tints of Dark Violet #980BEA
RGB
CMYK
RGB Variations
Color information
#980BEA (or 0x980BEA) is known color: Dark Violet. HEX triplet: 98, 0B and EA. RGB value is (152,11,234). Sum of RGB (Red+Green+Blue) = 152+11+234=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 11 (4.69% from 255 or 2.77% from 397); Blue value is 234 (91.80% from 255 or 58.94% from 397); Max value from RGB is 234 - color contains mainly: blue. Hex color #980BEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980BEA is #67F415. Grayscale: #4D4D4D. Windows color (decimal): -6812694 or 15338392. OLE color: 15338392.
HSL color Cylindrical-coordinate representation of color #980BEA: hue angle of 277.94º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980BEA is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 11 | 234 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.08 |
| HSL | 277.94º | 0.91% | 0.48% | - |
| HSV(B) | 277.94º | 0.95% | 0.92% | - |
| XYZ | 27.92 | 12.86 | 78.85 | - |
| YUV | 78.58 | 215.71 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 11 | 234 | 0.35 | 0.95 | 0 | 0.08 | 277.94 | 0.91 | 0.48 |
| Hex | 98 | B | EA | 23 | 5F | 0 | 8 | 116 | 5B | 30 |
| Octal | 230 | 13 | 352 | 43 | 137 | 0 | 10 | 426 | 133 | 60 |
| Binary | 10011000 | 1011 | 11101010 | 100011 | 1011111 | 0 | 1000 | 100010110 | 1011011 | 110000 |
Color Harmonies of #980BEA
Complementary color
Monochromatic Colors of #980BEA
Black with #980BEA
Text Example
Text Example
White with #980BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980BEA; }
p { color: rgb(152,11,234); }
H1.HeaderClassName
{
color: #980BEA;
}
.AnyTagClassName
{
color: #980BEA;
}
</style>
background-color css
<style>
a { background-color: #980BEA; }
a { background-color: rgb(152,11,234); }
div.DivClassName
{
background-color: #980BEA;
}
.BgClassName
{
background-color: #980BEA;
}
</style>
border-color css
<style>
span { border-color: #980BEA; }
span { border-color: rgb(152,11,234); }
td.TdClassName
{
border-color: #980BEA;
}
.TagClassName
{
border-color: #980BEA;
}
</style>