Shades of Dark Orchid #982BCD
Tints of Dark Orchid #982BCD
RGB
CMYK
RGB Variations
Color information
#982BCD (or 0x982BCD) is known color: Dark Orchid. HEX triplet: 98, 2B and CD. RGB value is (152,43,205). Sum of RGB (Red+Green+Blue) = 152+43+205=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 43 (17.19% from 255 or 10.75% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #982BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982BCD is #67D432. Grayscale: #5D5D5D. Windows color (decimal): -6804531 or 13446040. OLE color: 13446040.
HSL color Cylindrical-coordinate representation of color #982BCD: hue angle of 280.37º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #982BCD is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 43 | 205 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.20 |
| HSL | 280.37º | 0.65% | 0.49% | - |
| HSV(B) | 280.37º | 0.79% | 0.8% | - |
| XYZ | 24.83 | 12.81 | 58.92 | - |
| YUV | 94.06 | 190.61 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 43 | 205 | 0.26 | 0.79 | 0 | 0.20 | 280.37 | 0.65 | 0.49 |
| Hex | 98 | 2B | CD | 1A | 4F | 0 | 14 | 118 | 41 | 31 |
| Octal | 230 | 53 | 315 | 32 | 117 | 0 | 24 | 430 | 101 | 61 |
| Binary | 10011000 | 101011 | 11001101 | 11010 | 1001111 | 0 | 10100 | 100011000 | 1000001 | 110001 |
Color Harmonies of #982BCD
Complementary color
Monochromatic Colors of #982BCD
Black with #982BCD
Text Example
Text Example
White with #982BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982BCD; }
p { color: rgb(152,43,205); }
H1.HeaderClassName
{
color: #982BCD;
}
.AnyTagClassName
{
color: #982BCD;
}
</style>
background-color css
<style>
a { background-color: #982BCD; }
a { background-color: rgb(152,43,205); }
div.DivClassName
{
background-color: #982BCD;
}
.BgClassName
{
background-color: #982BCD;
}
</style>
border-color css
<style>
span { border-color: #982BCD; }
span { border-color: rgb(152,43,205); }
td.TdClassName
{
border-color: #982BCD;
}
.TagClassName
{
border-color: #982BCD;
}
</style>