Shades of Dark Orchid #9F3CCE
Tints of Dark Orchid #9F3CCE
RGB
CMYK
RGB Variations
Color information
#9F3CCE (or 0x9F3CCE) is known color: Dark Orchid. HEX triplet: 9F, 3C and CE. RGB value is (159,60,206). Sum of RGB (Red+Green+Blue) = 159+60+206=425 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.41% from 425); Green value is 60 (23.83% from 255 or 14.12% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F3CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3CCE is #60C331. Grayscale: #696969. Windows color (decimal): -6341426 or 13515935. OLE color: 13515935.
HSL color Cylindrical-coordinate representation of color #9F3CCE: hue angle of 280.68º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F3CCE is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 60 | 206 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.19 |
| HSL | 280.68º | 0.6% | 0.52% | - |
| HSV(B) | 280.68º | 0.71% | 0.81% | - |
| XYZ | 27.05 | 15.06 | 59.87 | - |
| YUV | 106.25 | 184.3 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 60 | 206 | 0.23 | 0.71 | 0 | 0.19 | 280.68 | 0.6 | 0.52 |
| Hex | 9F | 3C | CE | 17 | 47 | 0 | 13 | 119 | 3C | 34 |
| Octal | 237 | 74 | 316 | 27 | 107 | 0 | 23 | 431 | 74 | 64 |
| Binary | 10011111 | 111100 | 11001110 | 10111 | 1000111 | 0 | 10011 | 100011001 | 111100 | 110100 |
Color Harmonies of #9F3CCE
Complementary color
Monochromatic Colors of #9F3CCE
Black with #9F3CCE
Text Example
Text Example
White with #9F3CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3CCE; }
p { color: rgb(159,60,206); }
H1.HeaderClassName
{
color: #9F3CCE;
}
.AnyTagClassName
{
color: #9F3CCE;
}
</style>
background-color css
<style>
a { background-color: #9F3CCE; }
a { background-color: rgb(159,60,206); }
div.DivClassName
{
background-color: #9F3CCE;
}
.BgClassName
{
background-color: #9F3CCE;
}
</style>
border-color css
<style>
span { border-color: #9F3CCE; }
span { border-color: rgb(159,60,206); }
td.TdClassName
{
border-color: #9F3CCE;
}
.TagClassName
{
border-color: #9F3CCE;
}
</style>