Shades of Dark Orchid #983BCC
Tints of Dark Orchid #983BCC
RGB
CMYK
RGB Variations
Color information
#983BCC (or 0x983BCC) is known color: Dark Orchid. HEX triplet: 98, 3B and CC. RGB value is (152,59,204). Sum of RGB (Red+Green+Blue) = 152+59+204=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 59 (23.44% from 255 or 14.22% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #983BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983BCC is #67C433. Grayscale: #666666. Windows color (decimal): -6800436 or 13384600. OLE color: 13384600.
HSL color Cylindrical-coordinate representation of color #983BCC: hue angle of 278.48º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #983BCC is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 59 | 204 | - |
| CMYK | 0.25 | 0.71 | 0 | 0.2 |
| HSL | 278.48º | 0.59% | 0.52% | - |
| HSV(B) | 278.48º | 0.71% | 0.8% | - |
| XYZ | 25.41 | 14.16 | 58.52 | - |
| YUV | 103.34 | 184.81 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 59 | 204 | 0.25 | 0.71 | 0 | 0.2 | 278.48 | 0.59 | 0.52 |
| Hex | 98 | 3B | CC | 19 | 47 | 0 | 14 | 116 | 3B | 34 |
| Octal | 230 | 73 | 314 | 31 | 107 | 0 | 24 | 426 | 73 | 64 |
| Binary | 10011000 | 111011 | 11001100 | 11001 | 1000111 | 0 | 10100 | 100010110 | 111011 | 110100 |
Color Harmonies of #983BCC
Complementary color
Monochromatic Colors of #983BCC
Black with #983BCC
Text Example
Text Example
White with #983BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983BCC; }
p { color: rgb(152,59,204); }
H1.HeaderClassName
{
color: #983BCC;
}
.AnyTagClassName
{
color: #983BCC;
}
</style>
background-color css
<style>
a { background-color: #983BCC; }
a { background-color: rgb(152,59,204); }
div.DivClassName
{
background-color: #983BCC;
}
.BgClassName
{
background-color: #983BCC;
}
</style>
border-color css
<style>
span { border-color: #983BCC; }
span { border-color: rgb(152,59,204); }
td.TdClassName
{
border-color: #983BCC;
}
.TagClassName
{
border-color: #983BCC;
}
</style>