Shades of Dark Orchid #9F34CE
Tints of Dark Orchid #9F34CE
RGB
CMYK
RGB Variations
Color information
#9F34CE (or 0x9F34CE) is known color: Dark Orchid. HEX triplet: 9F, 34 and CE. RGB value is (159,52,206). Sum of RGB (Red+Green+Blue) = 159+52+206=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 52 (20.70% from 255 or 12.47% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F34CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F34CE is #60CB31. Grayscale: #656565. Windows color (decimal): -6343474 or 13513887. OLE color: 13513887.
HSL color Cylindrical-coordinate representation of color #9F34CE: hue angle of 281.69º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F34CE is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 52 | 206 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.19 |
| HSL | 281.69º | 0.61% | 0.51% | - |
| HSV(B) | 281.69º | 0.75% | 0.81% | - |
| XYZ | 26.67 | 14.28 | 59.74 | - |
| YUV | 101.55 | 186.95 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 52 | 206 | 0.23 | 0.75 | 0 | 0.19 | 281.69 | 0.61 | 0.51 |
| Hex | 9F | 34 | CE | 17 | 4B | 0 | 13 | 11A | 3D | 33 |
| Octal | 237 | 64 | 316 | 27 | 113 | 0 | 23 | 432 | 75 | 63 |
| Binary | 10011111 | 110100 | 11001110 | 10111 | 1001011 | 0 | 10011 | 100011010 | 111101 | 110011 |
Color Harmonies of #9F34CE
Complementary color
Monochromatic Colors of #9F34CE
Black with #9F34CE
Text Example
Text Example
White with #9F34CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F34CE; }
p { color: rgb(159,52,206); }
H1.HeaderClassName
{
color: #9F34CE;
}
.AnyTagClassName
{
color: #9F34CE;
}
</style>
background-color css
<style>
a { background-color: #9F34CE; }
a { background-color: rgb(159,52,206); }
div.DivClassName
{
background-color: #9F34CE;
}
.BgClassName
{
background-color: #9F34CE;
}
</style>
border-color css
<style>
span { border-color: #9F34CE; }
span { border-color: rgb(159,52,206); }
td.TdClassName
{
border-color: #9F34CE;
}
.TagClassName
{
border-color: #9F34CE;
}
</style>