Shades of Dark Orchid #9830BF
Tints of Dark Orchid #9830BF
RGB
CMYK
RGB Variations
Color information
#9830BF (or 0x9830BF) is known color: Dark Orchid. HEX triplet: 98, 30 and BF. RGB value is (152,48,191). Sum of RGB (Red+Green+Blue) = 152+48+191=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #9830BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9830BF is #67CF40. Grayscale: #5E5E5E. Windows color (decimal): -6803265 or 12529816. OLE color: 12529816.
HSL color Cylindrical-coordinate representation of color #9830BF: hue angle of 283.64º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9830BF is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 48 | 191 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.25 |
| HSL | 283.64º | 0.6% | 0.47% | - |
| HSV(B) | 283.64º | 0.75% | 0.75% | - |
| XYZ | 23.41 | 12.55 | 50.48 | - |
| YUV | 95.4 | 181.96 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 48 | 191 | 0.20 | 0.75 | 0 | 0.25 | 283.64 | 0.6 | 0.47 |
| Hex | 98 | 30 | BF | 14 | 4B | 0 | 19 | 11C | 3C | 2F |
| Octal | 230 | 60 | 277 | 24 | 113 | 0 | 31 | 434 | 74 | 57 |
| Binary | 10011000 | 110000 | 10111111 | 10100 | 1001011 | 0 | 11001 | 100011100 | 111100 | 101111 |
Color Harmonies of #9830BF
Complementary color
Monochromatic Colors of #9830BF
Black with #9830BF
Text Example
Text Example
White with #9830BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9830BF; }
p { color: rgb(152,48,191); }
H1.HeaderClassName
{
color: #9830BF;
}
.AnyTagClassName
{
color: #9830BF;
}
</style>
background-color css
<style>
a { background-color: #9830BF; }
a { background-color: rgb(152,48,191); }
div.DivClassName
{
background-color: #9830BF;
}
.BgClassName
{
background-color: #9830BF;
}
</style>
border-color css
<style>
span { border-color: #9830BF; }
span { border-color: rgb(152,48,191); }
td.TdClassName
{
border-color: #9830BF;
}
.TagClassName
{
border-color: #9830BF;
}
</style>