Shades of Dark Orchid #983CB4
Tints of Dark Orchid #983CB4
RGB
CMYK
RGB Variations
Color information
#983CB4 (or 0x983CB4) is known color: Dark Orchid. HEX triplet: 98, 3C and B4. RGB value is (152,60,180). Sum of RGB (Red+Green+Blue) = 152+60+180=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 60 (23.83% from 255 or 15.31% from 392); Blue value is 180 (70.70% from 255 or 45.92% from 392); Max value from RGB is 180 - color contains mainly: blue. Hex color #983CB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983CB4 is #67C34B. Grayscale: #646464. Windows color (decimal): -6800204 or 11811992. OLE color: 11811992.
HSL color Cylindrical-coordinate representation of color #983CB4: hue angle of 286º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #983CB4 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 60 | 180 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.29 |
| HSL | 286º | 0.5% | 0.47% | - |
| HSV(B) | 286º | 0.67% | 0.71% | - |
| XYZ | 22.8 | 13.2 | 44.53 | - |
| YUV | 101.19 | 172.48 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 60 | 180 | 0.16 | 0.67 | 0 | 0.29 | 286 | 0.5 | 0.47 |
| Hex | 98 | 3C | B4 | 10 | 43 | 0 | 1D | 11E | 32 | 2F |
| Octal | 230 | 74 | 264 | 20 | 103 | 0 | 35 | 436 | 62 | 57 |
| Binary | 10011000 | 111100 | 10110100 | 10000 | 1000011 | 0 | 11101 | 100011110 | 110010 | 101111 |
Color Harmonies of #983CB4
Complementary color
Monochromatic Colors of #983CB4
Black with #983CB4
Text Example
Text Example
White with #983CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983CB4; }
p { color: rgb(152,60,180); }
H1.HeaderClassName
{
color: #983CB4;
}
.AnyTagClassName
{
color: #983CB4;
}
</style>
background-color css
<style>
a { background-color: #983CB4; }
a { background-color: rgb(152,60,180); }
div.DivClassName
{
background-color: #983CB4;
}
.BgClassName
{
background-color: #983CB4;
}
</style>
border-color css
<style>
span { border-color: #983CB4; }
span { border-color: rgb(152,60,180); }
td.TdClassName
{
border-color: #983CB4;
}
.TagClassName
{
border-color: #983CB4;
}
</style>