Shades of Dark Orchid #982FDB
Tints of Dark Orchid #982FDB
RGB
CMYK
RGB Variations
Color information
#982FDB (or 0x982FDB) is known color: Dark Orchid. HEX triplet: 98, 2F and DB. RGB value is (152,47,219). Sum of RGB (Red+Green+Blue) = 152+47+219=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 47 (18.75% from 255 or 11.24% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #982FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982FDB is #67D024. Grayscale: #616161. Windows color (decimal): -6803493 or 14364568. OLE color: 14364568.
HSL color Cylindrical-coordinate representation of color #982FDB: hue angle of 276.63º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #982FDB is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 47 | 219 | - |
| CMYK | 0.31 | 0.79 | 0 | 0.14 |
| HSL | 276.63º | 0.7% | 0.52% | - |
| HSV(B) | 276.63º | 0.79% | 0.86% | - |
| XYZ | 26.75 | 13.82 | 68.28 | - |
| YUV | 98 | 196.29 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 47 | 219 | 0.31 | 0.79 | 0 | 0.14 | 276.63 | 0.7 | 0.52 |
| Hex | 98 | 2F | DB | 1F | 4F | 0 | E | 115 | 46 | 34 |
| Octal | 230 | 57 | 333 | 37 | 117 | 0 | 16 | 425 | 106 | 64 |
| Binary | 10011000 | 101111 | 11011011 | 11111 | 1001111 | 0 | 1110 | 100010101 | 1000110 | 110100 |
Color Harmonies of #982FDB
Complementary color
Monochromatic Colors of #982FDB
Black with #982FDB
Text Example
Text Example
White with #982FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982FDB; }
p { color: rgb(152,47,219); }
H1.HeaderClassName
{
color: #982FDB;
}
.AnyTagClassName
{
color: #982FDB;
}
</style>
background-color css
<style>
a { background-color: #982FDB; }
a { background-color: rgb(152,47,219); }
div.DivClassName
{
background-color: #982FDB;
}
.BgClassName
{
background-color: #982FDB;
}
</style>
border-color css
<style>
span { border-color: #982FDB; }
span { border-color: rgb(152,47,219); }
td.TdClassName
{
border-color: #982FDB;
}
.TagClassName
{
border-color: #982FDB;
}
</style>