Shades of Dark Orchid #983BBB
Tints of Dark Orchid #983BBB
RGB
CMYK
RGB Variations
Color information
#983BBB (or 0x983BBB) is known color: Dark Orchid. HEX triplet: 98, 3B and BB. RGB value is (152,59,187). Sum of RGB (Red+Green+Blue) = 152+59+187=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 59 (23.44% from 255 or 14.82% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #983BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983BBB is #67C444. Grayscale: #646464. Windows color (decimal): -6800453 or 12270488. OLE color: 12270488.
HSL color Cylindrical-coordinate representation of color #983BBB: hue angle of 283.59º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983BBB is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 59 | 187 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.27 |
| HSL | 283.59º | 0.52% | 0.48% | - |
| HSV(B) | 283.59º | 0.68% | 0.73% | - |
| XYZ | 23.48 | 13.39 | 48.36 | - |
| YUV | 101.4 | 176.31 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 59 | 187 | 0.19 | 0.68 | 0 | 0.27 | 283.59 | 0.52 | 0.48 |
| Hex | 98 | 3B | BB | 13 | 44 | 0 | 1B | 11C | 34 | 30 |
| Octal | 230 | 73 | 273 | 23 | 104 | 0 | 33 | 434 | 64 | 60 |
| Binary | 10011000 | 111011 | 10111011 | 10011 | 1000100 | 0 | 11011 | 100011100 | 110100 | 110000 |
Color Harmonies of #983BBB
Complementary color
Monochromatic Colors of #983BBB
Black with #983BBB
Text Example
Text Example
White with #983BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983BBB; }
p { color: rgb(152,59,187); }
H1.HeaderClassName
{
color: #983BBB;
}
.AnyTagClassName
{
color: #983BBB;
}
</style>
background-color css
<style>
a { background-color: #983BBB; }
a { background-color: rgb(152,59,187); }
div.DivClassName
{
background-color: #983BBB;
}
.BgClassName
{
background-color: #983BBB;
}
</style>
border-color css
<style>
span { border-color: #983BBB; }
span { border-color: rgb(152,59,187); }
td.TdClassName
{
border-color: #983BBB;
}
.TagClassName
{
border-color: #983BBB;
}
</style>