Shades of Dark Orchid #9618BE
Tints of Dark Orchid #9618BE
RGB
CMYK
RGB Variations
Color information
#9618BE (or 0x9618BE) is known color: Dark Orchid. HEX triplet: 96, 18 and BE. RGB value is (150,24,190). Sum of RGB (Red+Green+Blue) = 150+24+190=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #9618BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9618BE is #69E741. Grayscale: #505050. Windows color (decimal): -6940482 or 12458134. OLE color: 12458134.
HSL color Cylindrical-coordinate representation of color #9618BE: hue angle of 285.54º 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 #9618BE is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 24 | 190 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.25 |
| HSL | 285.54º | 0.78% | 0.42% | - |
| HSV(B) | 285.54º | 0.87% | 0.75% | - |
| XYZ | 22.2 | 10.86 | 49.64 | - |
| YUV | 80.6 | 189.74 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 24 | 190 | 0.21 | 0.87 | 0 | 0.25 | 285.54 | 0.78 | 0.42 |
| Hex | 96 | 18 | BE | 15 | 57 | 0 | 19 | 11E | 4E | 2A |
| Octal | 226 | 30 | 276 | 25 | 127 | 0 | 31 | 436 | 116 | 52 |
| Binary | 10010110 | 11000 | 10111110 | 10101 | 1010111 | 0 | 11001 | 100011110 | 1001110 | 101010 |
Color Harmonies of #9618BE
Complementary color
Monochromatic Colors of #9618BE
Black with #9618BE
Text Example
Text Example
White with #9618BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9618BE; }
p { color: rgb(150,24,190); }
H1.HeaderClassName
{
color: #9618BE;
}
.AnyTagClassName
{
color: #9618BE;
}
</style>
background-color css
<style>
a { background-color: #9618BE; }
a { background-color: rgb(150,24,190); }
div.DivClassName
{
background-color: #9618BE;
}
.BgClassName
{
background-color: #9618BE;
}
</style>
border-color css
<style>
span { border-color: #9618BE; }
span { border-color: rgb(150,24,190); }
td.TdClassName
{
border-color: #9618BE;
}
.TagClassName
{
border-color: #9618BE;
}
</style>