Shades of Dark Orchid #9F30CD
Tints of Dark Orchid #9F30CD
RGB
CMYK
RGB Variations
Color information
#9F30CD (or 0x9F30CD) is known color: Dark Orchid. HEX triplet: 9F, 30 and CD. RGB value is (159,48,205). Sum of RGB (Red+Green+Blue) = 159+48+205=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 48 (19.14% from 255 or 11.65% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F30CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F30CD is #60CF32. Grayscale: #626262. Windows color (decimal): -6344499 or 13447327. OLE color: 13447327.
HSL color Cylindrical-coordinate representation of color #9F30CD: hue angle of 282.42º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F30CD is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 48 | 205 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.20 |
| HSL | 282.42º | 0.62% | 0.5% | - |
| HSV(B) | 282.42º | 0.77% | 0.8% | - |
| XYZ | 26.37 | 13.89 | 59.05 | - |
| YUV | 99.09 | 187.77 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 48 | 205 | 0.22 | 0.77 | 0 | 0.20 | 282.42 | 0.62 | 0.5 |
| Hex | 9F | 30 | CD | 16 | 4D | 0 | 14 | 11A | 3E | 32 |
| Octal | 237 | 60 | 315 | 26 | 115 | 0 | 24 | 432 | 76 | 62 |
| Binary | 10011111 | 110000 | 11001101 | 10110 | 1001101 | 0 | 10100 | 100011010 | 111110 | 110010 |
Color Harmonies of #9F30CD
Complementary color
Monochromatic Colors of #9F30CD
Black with #9F30CD
Text Example
Text Example
White with #9F30CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F30CD; }
p { color: rgb(159,48,205); }
H1.HeaderClassName
{
color: #9F30CD;
}
.AnyTagClassName
{
color: #9F30CD;
}
</style>
background-color css
<style>
a { background-color: #9F30CD; }
a { background-color: rgb(159,48,205); }
div.DivClassName
{
background-color: #9F30CD;
}
.BgClassName
{
background-color: #9F30CD;
}
</style>
border-color css
<style>
span { border-color: #9F30CD; }
span { border-color: rgb(159,48,205); }
td.TdClassName
{
border-color: #9F30CD;
}
.TagClassName
{
border-color: #9F30CD;
}
</style>