Shades of Dark Orchid #9918BE
Tints of Dark Orchid #9918BE
RGB
CMYK
RGB Variations
Color information
#9918BE (or 0x9918BE) is known color: Dark Orchid. HEX triplet: 99, 18 and BE. RGB value is (153,24,190). Sum of RGB (Red+Green+Blue) = 153+24+190=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 24 (9.77% from 255 or 6.54% 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 #9918BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9918BE is #66E741. Grayscale: #505050. Windows color (decimal): -6743874 or 12458137. OLE color: 12458137.
HSL color Cylindrical-coordinate representation of color #9918BE: hue angle of 286.63º degrees, saturation: 0.78, 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 #9918BE is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 24 | 190 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.25 |
| HSL | 286.63º | 0.78% | 0.42% | - |
| HSV(B) | 286.63º | 0.87% | 0.75% | - |
| XYZ | 22.76 | 11.14 | 49.67 | - |
| YUV | 81.5 | 189.24 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 24 | 190 | 0.19 | 0.87 | 0 | 0.25 | 286.63 | 0.78 | 0.42 |
| Hex | 99 | 18 | BE | 13 | 57 | 0 | 19 | 11F | 4E | 2A |
| Octal | 231 | 30 | 276 | 23 | 127 | 0 | 31 | 437 | 116 | 52 |
| Binary | 10011001 | 11000 | 10111110 | 10011 | 1010111 | 0 | 11001 | 100011111 | 1001110 | 101010 |
Color Harmonies of #9918BE
Complementary color
Monochromatic Colors of #9918BE
Black with #9918BE
Text Example
Text Example
White with #9918BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9918BE; }
p { color: rgb(153,24,190); }
H1.HeaderClassName
{
color: #9918BE;
}
.AnyTagClassName
{
color: #9918BE;
}
</style>
background-color css
<style>
a { background-color: #9918BE; }
a { background-color: rgb(153,24,190); }
div.DivClassName
{
background-color: #9918BE;
}
.BgClassName
{
background-color: #9918BE;
}
</style>
border-color css
<style>
span { border-color: #9918BE; }
span { border-color: rgb(153,24,190); }
td.TdClassName
{
border-color: #9918BE;
}
.TagClassName
{
border-color: #9918BE;
}
</style>