Shades of Dark Orchid #9826BC
Tints of Dark Orchid #9826BC
RGB
CMYK
RGB Variations
Color information
#9826BC (or 0x9826BC) is known color: Dark Orchid. HEX triplet: 98, 26 and BC. RGB value is (152,38,188). Sum of RGB (Red+Green+Blue) = 152+38+188=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 38 (15.23% from 255 or 10.05% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #9826BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9826BC is #67D943. Grayscale: #585858. Windows color (decimal): -6805828 or 12330648. OLE color: 12330648.
HSL color Cylindrical-coordinate representation of color #9826BC: hue angle of 285.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9826BC is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 38 | 188 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.26 |
| HSL | 285.6º | 0.66% | 0.44% | - |
| HSV(B) | 285.6º | 0.8% | 0.74% | - |
| XYZ | 22.72 | 11.69 | 48.64 | - |
| YUV | 89.19 | 183.77 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 38 | 188 | 0.19 | 0.80 | 0 | 0.26 | 285.6 | 0.66 | 0.44 |
| Hex | 98 | 26 | BC | 13 | 50 | 0 | 1A | 11E | 42 | 2C |
| Octal | 230 | 46 | 274 | 23 | 120 | 0 | 32 | 436 | 102 | 54 |
| Binary | 10011000 | 100110 | 10111100 | 10011 | 1010000 | 0 | 11010 | 100011110 | 1000010 | 101100 |
Color Harmonies of #9826BC
Complementary color
Monochromatic Colors of #9826BC
Black with #9826BC
Text Example
Text Example
White with #9826BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9826BC; }
p { color: rgb(152,38,188); }
H1.HeaderClassName
{
color: #9826BC;
}
.AnyTagClassName
{
color: #9826BC;
}
</style>
background-color css
<style>
a { background-color: #9826BC; }
a { background-color: rgb(152,38,188); }
div.DivClassName
{
background-color: #9826BC;
}
.BgClassName
{
background-color: #9826BC;
}
</style>
border-color css
<style>
span { border-color: #9826BC; }
span { border-color: rgb(152,38,188); }
td.TdClassName
{
border-color: #9826BC;
}
.TagClassName
{
border-color: #9826BC;
}
</style>