Shades of Dark Orchid #9D1FCC
Tints of Dark Orchid #9D1FCC
RGB
CMYK
RGB Variations
Color information
#9D1FCC (or 0x9D1FCC) is known color: Dark Orchid. HEX triplet: 9D, 1F and CC. RGB value is (157,31,204). Sum of RGB (Red+Green+Blue) = 157+31+204=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 31 (12.5% from 255 or 7.91% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D1FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D1FCC is #62E033. Grayscale: #575757. Windows color (decimal): -6479924 or 13377437. OLE color: 13377437.
HSL color Cylindrical-coordinate representation of color #9D1FCC: hue angle of 283.7º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D1FCC is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 31 | 204 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.2 |
| HSL | 283.7º | 0.74% | 0.46% | - |
| HSV(B) | 283.7º | 0.85% | 0.8% | - |
| XYZ | 25.29 | 12.51 | 58.21 | - |
| YUV | 88.4 | 193.24 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 31 | 204 | 0.23 | 0.85 | 0 | 0.2 | 283.7 | 0.74 | 0.46 |
| Hex | 9D | 1F | CC | 17 | 55 | 0 | 14 | 11C | 4A | 2E |
| Octal | 235 | 37 | 314 | 27 | 125 | 0 | 24 | 434 | 112 | 56 |
| Binary | 10011101 | 11111 | 11001100 | 10111 | 1010101 | 0 | 10100 | 100011100 | 1001010 | 101110 |
Color Harmonies of #9D1FCC
Complementary color
Monochromatic Colors of #9D1FCC
Black with #9D1FCC
Text Example
Text Example
White with #9D1FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1FCC; }
p { color: rgb(157,31,204); }
H1.HeaderClassName
{
color: #9D1FCC;
}
.AnyTagClassName
{
color: #9D1FCC;
}
</style>
background-color css
<style>
a { background-color: #9D1FCC; }
a { background-color: rgb(157,31,204); }
div.DivClassName
{
background-color: #9D1FCC;
}
.BgClassName
{
background-color: #9D1FCC;
}
</style>
border-color css
<style>
span { border-color: #9D1FCC; }
span { border-color: rgb(157,31,204); }
td.TdClassName
{
border-color: #9D1FCC;
}
.TagClassName
{
border-color: #9D1FCC;
}
</style>