Shades of Dark Orchid #982BCF
Tints of Dark Orchid #982BCF
RGB
CMYK
RGB Variations
Color information
#982BCF (or 0x982BCF) is known color: Dark Orchid. HEX triplet: 98, 2B and CF. RGB value is (152,43,207). Sum of RGB (Red+Green+Blue) = 152+43+207=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 43 (17.19% from 255 or 10.70% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #982BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982BCF is #67D430. Grayscale: #5D5D5D. Windows color (decimal): -6804529 or 13577112. OLE color: 13577112.
HSL color Cylindrical-coordinate representation of color #982BCF: hue angle of 279.88º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #982BCF is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 43 | 207 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.19 |
| HSL | 279.88º | 0.66% | 0.49% | - |
| HSV(B) | 279.88º | 0.79% | 0.81% | - |
| XYZ | 25.08 | 12.91 | 60.2 | - |
| YUV | 94.29 | 191.61 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 43 | 207 | 0.27 | 0.79 | 0 | 0.19 | 279.88 | 0.66 | 0.49 |
| Hex | 98 | 2B | CF | 1B | 4F | 0 | 13 | 118 | 42 | 31 |
| Octal | 230 | 53 | 317 | 33 | 117 | 0 | 23 | 430 | 102 | 61 |
| Binary | 10011000 | 101011 | 11001111 | 11011 | 1001111 | 0 | 10011 | 100011000 | 1000010 | 110001 |
Color Harmonies of #982BCF
Complementary color
Monochromatic Colors of #982BCF
Black with #982BCF
Text Example
Text Example
White with #982BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982BCF; }
p { color: rgb(152,43,207); }
H1.HeaderClassName
{
color: #982BCF;
}
.AnyTagClassName
{
color: #982BCF;
}
</style>
background-color css
<style>
a { background-color: #982BCF; }
a { background-color: rgb(152,43,207); }
div.DivClassName
{
background-color: #982BCF;
}
.BgClassName
{
background-color: #982BCF;
}
</style>
border-color css
<style>
span { border-color: #982BCF; }
span { border-color: rgb(152,43,207); }
td.TdClassName
{
border-color: #982BCF;
}
.TagClassName
{
border-color: #982BCF;
}
</style>