Shades of Dark Orchid #982CC4
Tints of Dark Orchid #982CC4
RGB
CMYK
RGB Variations
Color information
#982CC4 (or 0x982CC4) is known color: Dark Orchid. HEX triplet: 98, 2C and C4. RGB value is (152,44,196). Sum of RGB (Red+Green+Blue) = 152+44+196=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 44 (17.58% from 255 or 11.22% from 392); Blue value is 196 (76.95% from 255 or 50% from 392); Max value from RGB is 196 - color contains mainly: blue. Hex color #982CC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982CC4 is #67D33B. Grayscale: #5D5D5D. Windows color (decimal): -6804284 or 12856472. OLE color: 12856472.
HSL color Cylindrical-coordinate representation of color #982CC4: hue angle of 282.63º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #982CC4 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 44 | 196 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.23 |
| HSL | 282.63º | 0.63% | 0.47% | - |
| HSV(B) | 282.63º | 0.78% | 0.77% | - |
| XYZ | 23.81 | 12.46 | 53.37 | - |
| YUV | 93.62 | 185.78 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 44 | 196 | 0.22 | 0.78 | 0 | 0.23 | 282.63 | 0.63 | 0.47 |
| Hex | 98 | 2C | C4 | 16 | 4E | 0 | 17 | 11B | 3F | 2F |
| Octal | 230 | 54 | 304 | 26 | 116 | 0 | 27 | 433 | 77 | 57 |
| Binary | 10011000 | 101100 | 11000100 | 10110 | 1001110 | 0 | 10111 | 100011011 | 111111 | 101111 |
Color Harmonies of #982CC4
Complementary color
Monochromatic Colors of #982CC4
Black with #982CC4
Text Example
Text Example
White with #982CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982CC4; }
p { color: rgb(152,44,196); }
H1.HeaderClassName
{
color: #982CC4;
}
.AnyTagClassName
{
color: #982CC4;
}
</style>
background-color css
<style>
a { background-color: #982CC4; }
a { background-color: rgb(152,44,196); }
div.DivClassName
{
background-color: #982CC4;
}
.BgClassName
{
background-color: #982CC4;
}
</style>
border-color css
<style>
span { border-color: #982CC4; }
span { border-color: rgb(152,44,196); }
td.TdClassName
{
border-color: #982CC4;
}
.TagClassName
{
border-color: #982CC4;
}
</style>