Shades of Dark Orchid #9D1FBE
Tints of Dark Orchid #9D1FBE
RGB
CMYK
RGB Variations
Color information
#9D1FBE (or 0x9D1FBE) is known color: Dark Orchid. HEX triplet: 9D, 1F and BE. RGB value is (157,31,190). Sum of RGB (Red+Green+Blue) = 157+31+190=378 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.53% from 378); Green value is 31 (12.5% from 255 or 8.20% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D1FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D1FBE is #62E041. Grayscale: #565656. Windows color (decimal): -6479938 or 12459933. OLE color: 12459933.
HSL color Cylindrical-coordinate representation of color #9D1FBE: hue angle of 287.55º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9D1FBE is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 31 | 190 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.25 |
| HSL | 287.55º | 0.72% | 0.43% | - |
| HSV(B) | 287.55º | 0.84% | 0.75% | - |
| XYZ | 23.69 | 11.87 | 49.76 | - |
| YUV | 86.8 | 186.24 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 31 | 190 | 0.17 | 0.84 | 0 | 0.25 | 287.55 | 0.72 | 0.43 |
| Hex | 9D | 1F | BE | 11 | 54 | 0 | 19 | 120 | 48 | 2B |
| Octal | 235 | 37 | 276 | 21 | 124 | 0 | 31 | 440 | 110 | 53 |
| Binary | 10011101 | 11111 | 10111110 | 10001 | 1010100 | 0 | 11001 | 100100000 | 1001000 | 101011 |
Color Harmonies of #9D1FBE
Complementary color
Monochromatic Colors of #9D1FBE
Black with #9D1FBE
Text Example
Text Example
White with #9D1FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1FBE; }
p { color: rgb(157,31,190); }
H1.HeaderClassName
{
color: #9D1FBE;
}
.AnyTagClassName
{
color: #9D1FBE;
}
</style>
background-color css
<style>
a { background-color: #9D1FBE; }
a { background-color: rgb(157,31,190); }
div.DivClassName
{
background-color: #9D1FBE;
}
.BgClassName
{
background-color: #9D1FBE;
}
</style>
border-color css
<style>
span { border-color: #9D1FBE; }
span { border-color: rgb(157,31,190); }
td.TdClassName
{
border-color: #9D1FBE;
}
.TagClassName
{
border-color: #9D1FBE;
}
</style>