Shades of Dark Orchid #981FC4
Tints of Dark Orchid #981FC4
RGB
CMYK
RGB Variations
Color information
#981FC4 (or 0x981FC4) is known color: Dark Orchid. HEX triplet: 98, 1F and C4. RGB value is (152,31,196). Sum of RGB (Red+Green+Blue) = 152+31+196=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 31 (12.5% from 255 or 8.18% from 379); Blue value is 196 (76.95% from 255 or 51.72% from 379); Max value from RGB is 196 - color contains mainly: blue. Hex color #981FC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981FC4 is #67E03B. Grayscale: #555555. Windows color (decimal): -6807612 or 12853144. OLE color: 12853144.
HSL color Cylindrical-coordinate representation of color #981FC4: hue angle of 284º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981FC4 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 31 | 196 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.23 |
| HSL | 284º | 0.73% | 0.45% | - |
| HSV(B) | 284º | 0.84% | 0.77% | - |
| XYZ | 23.4 | 11.64 | 53.24 | - |
| YUV | 85.99 | 190.09 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 31 | 196 | 0.22 | 0.84 | 0 | 0.23 | 284 | 0.73 | 0.45 |
| Hex | 98 | 1F | C4 | 16 | 54 | 0 | 17 | 11C | 49 | 2D |
| Octal | 230 | 37 | 304 | 26 | 124 | 0 | 27 | 434 | 111 | 55 |
| Binary | 10011000 | 11111 | 11000100 | 10110 | 1010100 | 0 | 10111 | 100011100 | 1001001 | 101101 |
Color Harmonies of #981FC4
Complementary color
Monochromatic Colors of #981FC4
Black with #981FC4
Text Example
Text Example
White with #981FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981FC4; }
p { color: rgb(152,31,196); }
H1.HeaderClassName
{
color: #981FC4;
}
.AnyTagClassName
{
color: #981FC4;
}
</style>
background-color css
<style>
a { background-color: #981FC4; }
a { background-color: rgb(152,31,196); }
div.DivClassName
{
background-color: #981FC4;
}
.BgClassName
{
background-color: #981FC4;
}
</style>
border-color css
<style>
span { border-color: #981FC4; }
span { border-color: rgb(152,31,196); }
td.TdClassName
{
border-color: #981FC4;
}
.TagClassName
{
border-color: #981FC4;
}
</style>