Shades of Dark Orchid #983CD2
Tints of Dark Orchid #983CD2
RGB
CMYK
RGB Variations
Color information
#983CD2 (or 0x983CD2) is known color: Dark Orchid. HEX triplet: 98, 3C and D2. RGB value is (152,60,210). Sum of RGB (Red+Green+Blue) = 152+60+210=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 60 (23.83% from 255 or 14.22% from 422); Blue value is 210 (82.42% from 255 or 49.76% from 422); Max value from RGB is 210 - color contains mainly: blue. Hex color #983CD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983CD2 is #67C32D. Grayscale: #686868. Windows color (decimal): -6800174 or 13778072. OLE color: 13778072.
HSL color Cylindrical-coordinate representation of color #983CD2: hue angle of 276.8º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #983CD2 is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 60 | 210 | - |
| CMYK | 0.28 | 0.71 | 0 | 0.18 |
| HSL | 276.8º | 0.63% | 0.53% | - |
| HSV(B) | 276.8º | 0.71% | 0.82% | - |
| XYZ | 26.2 | 14.56 | 62.4 | - |
| YUV | 104.61 | 187.48 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 60 | 210 | 0.28 | 0.71 | 0 | 0.18 | 276.8 | 0.63 | 0.53 |
| Hex | 98 | 3C | D2 | 1C | 47 | 0 | 12 | 115 | 3E | 35 |
| Octal | 230 | 74 | 322 | 34 | 107 | 0 | 22 | 425 | 76 | 65 |
| Binary | 10011000 | 111100 | 11010010 | 11100 | 1000111 | 0 | 10010 | 100010101 | 111110 | 110101 |
Color Harmonies of #983CD2
Complementary color
Monochromatic Colors of #983CD2
Black with #983CD2
Text Example
Text Example
White with #983CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983CD2; }
p { color: rgb(152,60,210); }
H1.HeaderClassName
{
color: #983CD2;
}
.AnyTagClassName
{
color: #983CD2;
}
</style>
background-color css
<style>
a { background-color: #983CD2; }
a { background-color: rgb(152,60,210); }
div.DivClassName
{
background-color: #983CD2;
}
.BgClassName
{
background-color: #983CD2;
}
</style>
border-color css
<style>
span { border-color: #983CD2; }
span { border-color: rgb(152,60,210); }
td.TdClassName
{
border-color: #983CD2;
}
.TagClassName
{
border-color: #983CD2;
}
</style>