Shades of Dark Orchid #9830BD
Tints of Dark Orchid #9830BD
RGB
CMYK
RGB Variations
Color information
#9830BD (or 0x9830BD) is known color: Dark Orchid. HEX triplet: 98, 30 and BD. RGB value is (152,48,189). Sum of RGB (Red+Green+Blue) = 152+48+189=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 48 (19.14% from 255 or 12.34% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #9830BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9830BD is #67CF42. Grayscale: #5E5E5E. Windows color (decimal): -6803267 or 12398744. OLE color: 12398744.
HSL color Cylindrical-coordinate representation of color #9830BD: hue angle of 284.26º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9830BD is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 48 | 189 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.26 |
| HSL | 284.26º | 0.59% | 0.46% | - |
| HSV(B) | 284.26º | 0.75% | 0.74% | - |
| XYZ | 23.19 | 12.46 | 49.33 | - |
| YUV | 95.17 | 180.96 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 48 | 189 | 0.20 | 0.75 | 0 | 0.26 | 284.26 | 0.59 | 0.46 |
| Hex | 98 | 30 | BD | 14 | 4B | 0 | 1A | 11C | 3B | 2E |
| Octal | 230 | 60 | 275 | 24 | 113 | 0 | 32 | 434 | 73 | 56 |
| Binary | 10011000 | 110000 | 10111101 | 10100 | 1001011 | 0 | 11010 | 100011100 | 111011 | 101110 |
Color Harmonies of #9830BD
Complementary color
Monochromatic Colors of #9830BD
Black with #9830BD
Text Example
Text Example
White with #9830BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9830BD; }
p { color: rgb(152,48,189); }
H1.HeaderClassName
{
color: #9830BD;
}
.AnyTagClassName
{
color: #9830BD;
}
</style>
background-color css
<style>
a { background-color: #9830BD; }
a { background-color: rgb(152,48,189); }
div.DivClassName
{
background-color: #9830BD;
}
.BgClassName
{
background-color: #9830BD;
}
</style>
border-color css
<style>
span { border-color: #9830BD; }
span { border-color: rgb(152,48,189); }
td.TdClassName
{
border-color: #9830BD;
}
.TagClassName
{
border-color: #9830BD;
}
</style>