Shades of Dark Orchid #983FC3
Tints of Dark Orchid #983FC3
RGB
CMYK
RGB Variations
Color information
#983FC3 (or 0x983FC3) is known color: Dark Orchid. HEX triplet: 98, 3F and C3. RGB value is (152,63,195). Sum of RGB (Red+Green+Blue) = 152+63+195=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 195 (76.56% from 255 or 47.56% from 410); Max value from RGB is 195 - color contains mainly: blue. Hex color #983FC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983FC3 is #67C03C. Grayscale: #686868. Windows color (decimal): -6799421 or 12795800. OLE color: 12795800.
HSL color Cylindrical-coordinate representation of color #983FC3: hue angle of 280.45º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983FC3 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 63 | 195 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.24 |
| HSL | 280.45º | 0.52% | 0.51% | - |
| HSV(B) | 280.45º | 0.68% | 0.76% | - |
| XYZ | 24.58 | 14.17 | 53.07 | - |
| YUV | 104.66 | 178.99 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 63 | 195 | 0.22 | 0.68 | 0 | 0.24 | 280.45 | 0.52 | 0.51 |
| Hex | 98 | 3F | C3 | 16 | 44 | 0 | 18 | 118 | 34 | 33 |
| Octal | 230 | 77 | 303 | 26 | 104 | 0 | 30 | 430 | 64 | 63 |
| Binary | 10011000 | 111111 | 11000011 | 10110 | 1000100 | 0 | 11000 | 100011000 | 110100 | 110011 |
Color Harmonies of #983FC3
Complementary color
Monochromatic Colors of #983FC3
Black with #983FC3
Text Example
Text Example
White with #983FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983FC3; }
p { color: rgb(152,63,195); }
H1.HeaderClassName
{
color: #983FC3;
}
.AnyTagClassName
{
color: #983FC3;
}
</style>
background-color css
<style>
a { background-color: #983FC3; }
a { background-color: rgb(152,63,195); }
div.DivClassName
{
background-color: #983FC3;
}
.BgClassName
{
background-color: #983FC3;
}
</style>
border-color css
<style>
span { border-color: #983FC3; }
span { border-color: rgb(152,63,195); }
td.TdClassName
{
border-color: #983FC3;
}
.TagClassName
{
border-color: #983FC3;
}
</style>