Shades of Dark Orchid #9827BB
Tints of Dark Orchid #9827BB
RGB
CMYK
RGB Variations
Color information
#9827BB (or 0x9827BB) is known color: Dark Orchid. HEX triplet: 98, 27 and BB. RGB value is (152,39,187). Sum of RGB (Red+Green+Blue) = 152+39+187=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #9827BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9827BB is #67D844. Grayscale: #595959. Windows color (decimal): -6805573 or 12265368. OLE color: 12265368.
HSL color Cylindrical-coordinate representation of color #9827BB: hue angle of 285.81º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9827BB is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 39 | 187 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.27 |
| HSL | 285.81º | 0.65% | 0.44% | - |
| HSV(B) | 285.81º | 0.79% | 0.73% | - |
| XYZ | 22.64 | 11.71 | 48.08 | - |
| YUV | 89.66 | 182.94 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 39 | 187 | 0.19 | 0.79 | 0 | 0.27 | 285.81 | 0.65 | 0.44 |
| Hex | 98 | 27 | BB | 13 | 4F | 0 | 1B | 11E | 41 | 2C |
| Octal | 230 | 47 | 273 | 23 | 117 | 0 | 33 | 436 | 101 | 54 |
| Binary | 10011000 | 100111 | 10111011 | 10011 | 1001111 | 0 | 11011 | 100011110 | 1000001 | 101100 |
Color Harmonies of #9827BB
Complementary color
Monochromatic Colors of #9827BB
Black with #9827BB
Text Example
Text Example
White with #9827BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9827BB; }
p { color: rgb(152,39,187); }
H1.HeaderClassName
{
color: #9827BB;
}
.AnyTagClassName
{
color: #9827BB;
}
</style>
background-color css
<style>
a { background-color: #9827BB; }
a { background-color: rgb(152,39,187); }
div.DivClassName
{
background-color: #9827BB;
}
.BgClassName
{
background-color: #9827BB;
}
</style>
border-color css
<style>
span { border-color: #9827BB; }
span { border-color: rgb(152,39,187); }
td.TdClassName
{
border-color: #9827BB;
}
.TagClassName
{
border-color: #9827BB;
}
</style>