Shades of Dark Orchid #983FCB
Tints of Dark Orchid #983FCB
RGB
CMYK
RGB Variations
Color information
#983FCB (or 0x983FCB) is known color: Dark Orchid. HEX triplet: 98, 3F and CB. RGB value is (152,63,203). Sum of RGB (Red+Green+Blue) = 152+63+203=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 63 (25% from 255 or 15.07% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #983FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983FCB is #67C034. Grayscale: #696969. Windows color (decimal): -6799413 or 13320088. OLE color: 13320088.
HSL color Cylindrical-coordinate representation of color #983FCB: hue angle of 278.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #983FCB is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 63 | 203 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.20 |
| HSL | 278.14º | 0.57% | 0.52% | - |
| HSV(B) | 278.14º | 0.69% | 0.8% | - |
| XYZ | 25.51 | 14.54 | 57.96 | - |
| YUV | 105.57 | 182.99 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 63 | 203 | 0.25 | 0.69 | 0 | 0.20 | 278.14 | 0.57 | 0.52 |
| Hex | 98 | 3F | CB | 19 | 45 | 0 | 14 | 116 | 39 | 34 |
| Octal | 230 | 77 | 313 | 31 | 105 | 0 | 24 | 426 | 71 | 64 |
| Binary | 10011000 | 111111 | 11001011 | 11001 | 1000101 | 0 | 10100 | 100010110 | 111001 | 110100 |
Color Harmonies of #983FCB
Complementary color
Monochromatic Colors of #983FCB
Black with #983FCB
Text Example
Text Example
White with #983FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983FCB; }
p { color: rgb(152,63,203); }
H1.HeaderClassName
{
color: #983FCB;
}
.AnyTagClassName
{
color: #983FCB;
}
</style>
background-color css
<style>
a { background-color: #983FCB; }
a { background-color: rgb(152,63,203); }
div.DivClassName
{
background-color: #983FCB;
}
.BgClassName
{
background-color: #983FCB;
}
</style>
border-color css
<style>
span { border-color: #983FCB; }
span { border-color: rgb(152,63,203); }
td.TdClassName
{
border-color: #983FCB;
}
.TagClassName
{
border-color: #983FCB;
}
</style>