Shades of Dark Orchid #9F34BC
Tints of Dark Orchid #9F34BC
RGB
CMYK
RGB Variations
Color information
#9F34BC (or 0x9F34BC) is known color: Dark Orchid. HEX triplet: 9F, 34 and BC. RGB value is (159,52,188). Sum of RGB (Red+Green+Blue) = 159+52+188=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 52 (20.70% from 255 or 13.03% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F34BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F34BC is #60CB43. Grayscale: #636363. Windows color (decimal): -6343492 or 12334239. OLE color: 12334239.
HSL color Cylindrical-coordinate representation of color #9F34BC: hue angle of 287.21º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F34BC is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 52 | 188 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.26 |
| HSL | 287.21º | 0.57% | 0.47% | - |
| HSV(B) | 287.21º | 0.72% | 0.74% | - |
| XYZ | 24.6 | 13.46 | 48.88 | - |
| YUV | 99.5 | 177.95 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 52 | 188 | 0.15 | 0.72 | 0 | 0.26 | 287.21 | 0.57 | 0.47 |
| Hex | 9F | 34 | BC | F | 48 | 0 | 1A | 11F | 39 | 2F |
| Octal | 237 | 64 | 274 | 17 | 110 | 0 | 32 | 437 | 71 | 57 |
| Binary | 10011111 | 110100 | 10111100 | 1111 | 1001000 | 0 | 11010 | 100011111 | 111001 | 101111 |
Color Harmonies of #9F34BC
Complementary color
Monochromatic Colors of #9F34BC
Black with #9F34BC
Text Example
Text Example
White with #9F34BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F34BC; }
p { color: rgb(159,52,188); }
H1.HeaderClassName
{
color: #9F34BC;
}
.AnyTagClassName
{
color: #9F34BC;
}
</style>
background-color css
<style>
a { background-color: #9F34BC; }
a { background-color: rgb(159,52,188); }
div.DivClassName
{
background-color: #9F34BC;
}
.BgClassName
{
background-color: #9F34BC;
}
</style>
border-color css
<style>
span { border-color: #9F34BC; }
span { border-color: rgb(159,52,188); }
td.TdClassName
{
border-color: #9F34BC;
}
.TagClassName
{
border-color: #9F34BC;
}
</style>