Shades of Dark Orchid #9819BE
Tints of Dark Orchid #9819BE
RGB
CMYK
RGB Variations
Color information
#9819BE (or 0x9819BE) is known color: Dark Orchid. HEX triplet: 98, 19 and BE. RGB value is (152,25,190). Sum of RGB (Red+Green+Blue) = 152+25+190=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #9819BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9819BE is #67E641. Grayscale: #515151. Windows color (decimal): -6809154 or 12458392. OLE color: 12458392.
HSL color Cylindrical-coordinate representation of color #9819BE: hue angle of 286.18º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9819BE is Cyan = 0.2, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 25 | 190 | - |
| CMYK | 0.2 | 0.87 | 0 | 0.25 |
| HSL | 286.18º | 0.77% | 0.42% | - |
| HSV(B) | 286.18º | 0.87% | 0.75% | - |
| XYZ | 22.59 | 11.09 | 49.66 | - |
| YUV | 81.78 | 189.08 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 25 | 190 | 0.2 | 0.87 | 0 | 0.25 | 286.18 | 0.77 | 0.42 |
| Hex | 98 | 19 | BE | 14 | 57 | 0 | 19 | 11E | 4D | 2A |
| Octal | 230 | 31 | 276 | 24 | 127 | 0 | 31 | 436 | 115 | 52 |
| Binary | 10011000 | 11001 | 10111110 | 10100 | 1010111 | 0 | 11001 | 100011110 | 1001101 | 101010 |
Color Harmonies of #9819BE
Complementary color
Monochromatic Colors of #9819BE
Black with #9819BE
Text Example
Text Example
White with #9819BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9819BE; }
p { color: rgb(152,25,190); }
H1.HeaderClassName
{
color: #9819BE;
}
.AnyTagClassName
{
color: #9819BE;
}
</style>
background-color css
<style>
a { background-color: #9819BE; }
a { background-color: rgb(152,25,190); }
div.DivClassName
{
background-color: #9819BE;
}
.BgClassName
{
background-color: #9819BE;
}
</style>
border-color css
<style>
span { border-color: #9819BE; }
span { border-color: rgb(152,25,190); }
td.TdClassName
{
border-color: #9819BE;
}
.TagClassName
{
border-color: #9819BE;
}
</style>