Shades of Dark Orchid #9827BC
Tints of Dark Orchid #9827BC
RGB
CMYK
RGB Variations
Color information
#9827BC (or 0x9827BC) is known color: Dark Orchid. HEX triplet: 98, 27 and BC. RGB value is (152,39,188). Sum of RGB (Red+Green+Blue) = 152+39+188=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 39 (15.62% from 255 or 10.29% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #9827BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9827BC is #67D843. Grayscale: #595959. Windows color (decimal): -6805572 or 12330904. OLE color: 12330904.
HSL color Cylindrical-coordinate representation of color #9827BC: hue angle of 285.5º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9827BC is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 39 | 188 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.26 |
| HSL | 285.5º | 0.66% | 0.45% | - |
| HSV(B) | 285.5º | 0.79% | 0.74% | - |
| XYZ | 22.75 | 11.76 | 48.65 | - |
| YUV | 89.77 | 183.44 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 39 | 188 | 0.19 | 0.79 | 0 | 0.26 | 285.5 | 0.66 | 0.45 |
| Hex | 98 | 27 | BC | 13 | 4F | 0 | 1A | 11E | 42 | 2D |
| Octal | 230 | 47 | 274 | 23 | 117 | 0 | 32 | 436 | 102 | 55 |
| Binary | 10011000 | 100111 | 10111100 | 10011 | 1001111 | 0 | 11010 | 100011110 | 1000010 | 101101 |
Color Harmonies of #9827BC
Complementary color
Monochromatic Colors of #9827BC
Black with #9827BC
Text Example
Text Example
White with #9827BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9827BC; }
p { color: rgb(152,39,188); }
H1.HeaderClassName
{
color: #9827BC;
}
.AnyTagClassName
{
color: #9827BC;
}
</style>
background-color css
<style>
a { background-color: #9827BC; }
a { background-color: rgb(152,39,188); }
div.DivClassName
{
background-color: #9827BC;
}
.BgClassName
{
background-color: #9827BC;
}
</style>
border-color css
<style>
span { border-color: #9827BC; }
span { border-color: rgb(152,39,188); }
td.TdClassName
{
border-color: #9827BC;
}
.TagClassName
{
border-color: #9827BC;
}
</style>