Shades of Dark Violet #980BED
Tints of Dark Violet #980BED
RGB
CMYK
RGB Variations
Color information
#980BED (or 0x980BED) is known color: Dark Violet. HEX triplet: 98, 0B and ED. RGB value is (152,11,237). Sum of RGB (Red+Green+Blue) = 152+11+237=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 11 (4.69% from 255 or 2.75% from 400); Blue value is 237 (92.97% from 255 or 59.25% from 400); Max value from RGB is 237 - color contains mainly: blue. Hex color #980BED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980BED is #67F412. Grayscale: #4E4E4E. Windows color (decimal): -6812691 or 15535000. OLE color: 15535000.
HSL color Cylindrical-coordinate representation of color #980BED: hue angle of 277.43º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980BED is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 11 | 237 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.07 |
| HSL | 277.43º | 0.91% | 0.49% | - |
| HSV(B) | 277.43º | 0.95% | 0.93% | - |
| XYZ | 28.35 | 13.03 | 81.14 | - |
| YUV | 78.92 | 217.21 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 11 | 237 | 0.36 | 0.95 | 0 | 0.07 | 277.43 | 0.91 | 0.49 |
| Hex | 98 | B | ED | 24 | 5F | 0 | 7 | 115 | 5B | 31 |
| Octal | 230 | 13 | 355 | 44 | 137 | 0 | 7 | 425 | 133 | 61 |
| Binary | 10011000 | 1011 | 11101101 | 100100 | 1011111 | 0 | 111 | 100010101 | 1011011 | 110001 |
Color Harmonies of #980BED
Complementary color
Monochromatic Colors of #980BED
Black with #980BED
Text Example
Text Example
White with #980BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980BED; }
p { color: rgb(152,11,237); }
H1.HeaderClassName
{
color: #980BED;
}
.AnyTagClassName
{
color: #980BED;
}
</style>
background-color css
<style>
a { background-color: #980BED; }
a { background-color: rgb(152,11,237); }
div.DivClassName
{
background-color: #980BED;
}
.BgClassName
{
background-color: #980BED;
}
</style>
border-color css
<style>
span { border-color: #980BED; }
span { border-color: rgb(152,11,237); }
td.TdClassName
{
border-color: #980BED;
}
.TagClassName
{
border-color: #980BED;
}
</style>