Shades of Dark Orchid #9718C0
Tints of Dark Orchid #9718C0
RGB
CMYK
RGB Variations
Color information
#9718C0 (or 0x9718C0) is known color: Dark Orchid. HEX triplet: 97, 18 and C0. RGB value is (151,24,192). Sum of RGB (Red+Green+Blue) = 151+24+192=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 24 (9.77% from 255 or 6.54% from 367); Blue value is 192 (75.39% from 255 or 52.32% from 367); Max value from RGB is 192 - color contains mainly: blue. Hex color #9718C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9718C0 is #68E73F. Grayscale: #505050. Windows color (decimal): -6874944 or 12589207. OLE color: 12589207.
HSL color Cylindrical-coordinate representation of color #9718C0: hue angle of 285.36º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9718C0 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 24 | 192 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.25 |
| HSL | 285.36º | 0.78% | 0.42% | - |
| HSV(B) | 285.36º | 0.88% | 0.75% | - |
| XYZ | 22.6 | 11.04 | 50.81 | - |
| YUV | 81.13 | 190.58 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 24 | 192 | 0.21 | 0.88 | 0 | 0.25 | 285.36 | 0.78 | 0.42 |
| Hex | 97 | 18 | C0 | 15 | 58 | 0 | 19 | 11D | 4E | 2A |
| Octal | 227 | 30 | 300 | 25 | 130 | 0 | 31 | 435 | 116 | 52 |
| Binary | 10010111 | 11000 | 11000000 | 10101 | 1011000 | 0 | 11001 | 100011101 | 1001110 | 101010 |
Color Harmonies of #9718C0
Complementary color
Monochromatic Colors of #9718C0
Black with #9718C0
Text Example
Text Example
White with #9718C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9718C0; }
p { color: rgb(151,24,192); }
H1.HeaderClassName
{
color: #9718C0;
}
.AnyTagClassName
{
color: #9718C0;
}
</style>
background-color css
<style>
a { background-color: #9718C0; }
a { background-color: rgb(151,24,192); }
div.DivClassName
{
background-color: #9718C0;
}
.BgClassName
{
background-color: #9718C0;
}
</style>
border-color css
<style>
span { border-color: #9718C0; }
span { border-color: rgb(151,24,192); }
td.TdClassName
{
border-color: #9718C0;
}
.TagClassName
{
border-color: #9718C0;
}
</style>