Shades of Dark Orchid #9817BC
Tints of Dark Orchid #9817BC
RGB
CMYK
RGB Variations
Color information
#9817BC (or 0x9817BC) is known color: Dark Orchid. HEX triplet: 98, 17 and BC. RGB value is (152,23,188). Sum of RGB (Red+Green+Blue) = 152+23+188=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #9817BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9817BC is #67E843. Grayscale: #4F4F4F. Windows color (decimal): -6809668 or 12326808. OLE color: 12326808.
HSL color Cylindrical-coordinate representation of color #9817BC: hue angle of 286.91º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9817BC is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 23 | 188 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.26 |
| HSL | 286.91º | 0.78% | 0.41% | - |
| HSV(B) | 286.91º | 0.88% | 0.74% | - |
| XYZ | 22.33 | 10.92 | 48.51 | - |
| YUV | 80.38 | 188.74 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 23 | 188 | 0.19 | 0.88 | 0 | 0.26 | 286.91 | 0.78 | 0.41 |
| Hex | 98 | 17 | BC | 13 | 58 | 0 | 1A | 11F | 4E | 29 |
| Octal | 230 | 27 | 274 | 23 | 130 | 0 | 32 | 437 | 116 | 51 |
| Binary | 10011000 | 10111 | 10111100 | 10011 | 1011000 | 0 | 11010 | 100011111 | 1001110 | 101001 |
Color Harmonies of #9817BC
Complementary color
Monochromatic Colors of #9817BC
Black with #9817BC
Text Example
Text Example
White with #9817BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9817BC; }
p { color: rgb(152,23,188); }
H1.HeaderClassName
{
color: #9817BC;
}
.AnyTagClassName
{
color: #9817BC;
}
</style>
background-color css
<style>
a { background-color: #9817BC; }
a { background-color: rgb(152,23,188); }
div.DivClassName
{
background-color: #9817BC;
}
.BgClassName
{
background-color: #9817BC;
}
</style>
border-color css
<style>
span { border-color: #9817BC; }
span { border-color: rgb(152,23,188); }
td.TdClassName
{
border-color: #9817BC;
}
.TagClassName
{
border-color: #9817BC;
}
</style>