Shades of Dark Orchid #982ABB
Tints of Dark Orchid #982ABB
RGB
CMYK
RGB Variations
Color information
#982ABB (or 0x982ABB) is known color: Dark Orchid. HEX triplet: 98, 2A and BB. RGB value is (152,42,187). Sum of RGB (Red+Green+Blue) = 152+42+187=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 42 (16.80% from 255 or 11.02% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #982ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982ABB is #67D544. Grayscale: #5A5A5A. Windows color (decimal): -6804805 or 12266136. OLE color: 12266136.
HSL color Cylindrical-coordinate representation of color #982ABB: hue angle of 285.52º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #982ABB is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 42 | 187 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.27 |
| HSL | 285.52º | 0.63% | 0.45% | - |
| HSV(B) | 285.52º | 0.78% | 0.73% | - |
| XYZ | 22.75 | 11.92 | 48.12 | - |
| YUV | 91.42 | 181.94 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 42 | 187 | 0.19 | 0.78 | 0 | 0.27 | 285.52 | 0.63 | 0.45 |
| Hex | 98 | 2A | BB | 13 | 4E | 0 | 1B | 11E | 3F | 2D |
| Octal | 230 | 52 | 273 | 23 | 116 | 0 | 33 | 436 | 77 | 55 |
| Binary | 10011000 | 101010 | 10111011 | 10011 | 1001110 | 0 | 11011 | 100011110 | 111111 | 101101 |
Color Harmonies of #982ABB
Complementary color
Monochromatic Colors of #982ABB
Black with #982ABB
Text Example
Text Example
White with #982ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982ABB; }
p { color: rgb(152,42,187); }
H1.HeaderClassName
{
color: #982ABB;
}
.AnyTagClassName
{
color: #982ABB;
}
</style>
background-color css
<style>
a { background-color: #982ABB; }
a { background-color: rgb(152,42,187); }
div.DivClassName
{
background-color: #982ABB;
}
.BgClassName
{
background-color: #982ABB;
}
</style>
border-color css
<style>
span { border-color: #982ABB; }
span { border-color: rgb(152,42,187); }
td.TdClassName
{
border-color: #982ABB;
}
.TagClassName
{
border-color: #982ABB;
}
</style>