Shades of Dark Orchid #9818BC
Tints of Dark Orchid #9818BC
RGB
CMYK
RGB Variations
Color information
#9818BC (or 0x9818BC) is known color: Dark Orchid. HEX triplet: 98, 18 and BC. RGB value is (152,24,188). Sum of RGB (Red+Green+Blue) = 152+24+188=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #9818BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9818BC is #67E743. Grayscale: #505050. Windows color (decimal): -6809412 or 12327064. OLE color: 12327064.
HSL color Cylindrical-coordinate representation of color #9818BC: hue angle of 286.83º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9818BC is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 24 | 188 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.26 |
| HSL | 286.83º | 0.77% | 0.42% | - |
| HSV(B) | 286.83º | 0.87% | 0.74% | - |
| XYZ | 22.35 | 10.96 | 48.51 | - |
| YUV | 80.97 | 188.41 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 24 | 188 | 0.19 | 0.87 | 0 | 0.26 | 286.83 | 0.77 | 0.42 |
| Hex | 98 | 18 | BC | 13 | 57 | 0 | 1A | 11F | 4D | 2A |
| Octal | 230 | 30 | 274 | 23 | 127 | 0 | 32 | 437 | 115 | 52 |
| Binary | 10011000 | 11000 | 10111100 | 10011 | 1010111 | 0 | 11010 | 100011111 | 1001101 | 101010 |
Color Harmonies of #9818BC
Complementary color
Monochromatic Colors of #9818BC
Black with #9818BC
Text Example
Text Example
White with #9818BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9818BC; }
p { color: rgb(152,24,188); }
H1.HeaderClassName
{
color: #9818BC;
}
.AnyTagClassName
{
color: #9818BC;
}
</style>
background-color css
<style>
a { background-color: #9818BC; }
a { background-color: rgb(152,24,188); }
div.DivClassName
{
background-color: #9818BC;
}
.BgClassName
{
background-color: #9818BC;
}
</style>
border-color css
<style>
span { border-color: #9818BC; }
span { border-color: rgb(152,24,188); }
td.TdClassName
{
border-color: #9818BC;
}
.TagClassName
{
border-color: #9818BC;
}
</style>