Shades of Dark Orchid #9F30D9
Tints of Dark Orchid #9F30D9
RGB
CMYK
RGB Variations
Color information
#9F30D9 (or 0x9F30D9) is known color: Dark Orchid. HEX triplet: 9F, 30 and D9. RGB value is (159,48,217). Sum of RGB (Red+Green+Blue) = 159+48+217=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 48 (19.14% from 255 or 11.32% from 424); Blue value is 217 (85.16% from 255 or 51.18% from 424); Max value from RGB is 217 - color contains mainly: blue. Hex color #9F30D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F30D9 is #60CF26. Grayscale: #636363. Windows color (decimal): -6344487 or 14233759. OLE color: 14233759.
HSL color Cylindrical-coordinate representation of color #9F30D9: hue angle of 279.41º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F30D9 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 48 | 217 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.15 |
| HSL | 279.41º | 0.69% | 0.52% | - |
| HSV(B) | 279.41º | 0.78% | 0.85% | - |
| XYZ | 27.88 | 14.49 | 66.97 | - |
| YUV | 100.46 | 193.77 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 48 | 217 | 0.27 | 0.78 | 0 | 0.15 | 279.41 | 0.69 | 0.52 |
| Hex | 9F | 30 | D9 | 1B | 4E | 0 | F | 117 | 45 | 34 |
| Octal | 237 | 60 | 331 | 33 | 116 | 0 | 17 | 427 | 105 | 64 |
| Binary | 10011111 | 110000 | 11011001 | 11011 | 1001110 | 0 | 1111 | 100010111 | 1000101 | 110100 |
Color Harmonies of #9F30D9
Complementary color
Monochromatic Colors of #9F30D9
Black with #9F30D9
Text Example
Text Example
White with #9F30D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F30D9; }
p { color: rgb(159,48,217); }
H1.HeaderClassName
{
color: #9F30D9;
}
.AnyTagClassName
{
color: #9F30D9;
}
</style>
background-color css
<style>
a { background-color: #9F30D9; }
a { background-color: rgb(159,48,217); }
div.DivClassName
{
background-color: #9F30D9;
}
.BgClassName
{
background-color: #9F30D9;
}
</style>
border-color css
<style>
span { border-color: #9F30D9; }
span { border-color: rgb(159,48,217); }
td.TdClassName
{
border-color: #9F30D9;
}
.TagClassName
{
border-color: #9F30D9;
}
</style>