Shades of Dark Orchid #9F18B4
Tints of Dark Orchid #9F18B4
RGB
CMYK
RGB Variations
Color information
#9F18B4 (or 0x9F18B4) is known color: Dark Orchid. HEX triplet: 9F, 18 and B4. RGB value is (159,24,180). Sum of RGB (Red+Green+Blue) = 159+24+180=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 180 (70.70% from 255 or 49.59% from 363); Max value from RGB is 180 - color contains mainly: blue. Hex color #9F18B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F18B4 is #60E74B. Grayscale: #515151. Windows color (decimal): -6350668 or 11802783. OLE color: 11802783.
HSL color Cylindrical-coordinate representation of color #9F18B4: hue angle of 291.92º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F18B4 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 24 | 180 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.29 |
| HSL | 291.92º | 0.76% | 0.4% | - |
| HSV(B) | 291.92º | 0.87% | 0.71% | - |
| XYZ | 22.86 | 11.32 | 44.16 | - |
| YUV | 82.15 | 183.23 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 180 | 0.12 | 0.87 | 0 | 0.29 | 291.92 | 0.76 | 0.4 |
| Hex | 9F | 18 | B4 | C | 57 | 0 | 1D | 124 | 4C | 28 |
| Octal | 237 | 30 | 264 | 14 | 127 | 0 | 35 | 444 | 114 | 50 |
| Binary | 10011111 | 11000 | 10110100 | 1100 | 1010111 | 0 | 11101 | 100100100 | 1001100 | 101000 |
Color Harmonies of #9F18B4
Complementary color
Monochromatic Colors of #9F18B4
Black with #9F18B4
Text Example
Text Example
White with #9F18B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F18B4; }
p { color: rgb(159,24,180); }
H1.HeaderClassName
{
color: #9F18B4;
}
.AnyTagClassName
{
color: #9F18B4;
}
</style>
background-color css
<style>
a { background-color: #9F18B4; }
a { background-color: rgb(159,24,180); }
div.DivClassName
{
background-color: #9F18B4;
}
.BgClassName
{
background-color: #9F18B4;
}
</style>
border-color css
<style>
span { border-color: #9F18B4; }
span { border-color: rgb(159,24,180); }
td.TdClassName
{
border-color: #9F18B4;
}
.TagClassName
{
border-color: #9F18B4;
}
</style>