Shades of Dark Orchid #9C1FBD
Tints of Dark Orchid #9C1FBD
RGB
CMYK
RGB Variations
Color information
#9C1FBD (or 0x9C1FBD) is known color: Dark Orchid. HEX triplet: 9C, 1F and BD. RGB value is (156,31,189). Sum of RGB (Red+Green+Blue) = 156+31+189=376 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.49% from 376); Green value is 31 (12.5% from 255 or 8.24% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C1FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C1FBD is #63E042. Grayscale: #555555. Windows color (decimal): -6545475 or 12394396. OLE color: 12394396.
HSL color Cylindrical-coordinate representation of color #9C1FBD: hue angle of 287.47º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9C1FBD is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 31 | 189 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.26 |
| HSL | 287.47º | 0.72% | 0.43% | - |
| HSV(B) | 287.47º | 0.84% | 0.74% | - |
| XYZ | 23.39 | 11.72 | 49.17 | - |
| YUV | 86.39 | 185.91 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 31 | 189 | 0.17 | 0.84 | 0 | 0.26 | 287.47 | 0.72 | 0.43 |
| Hex | 9C | 1F | BD | 11 | 54 | 0 | 1A | 11F | 48 | 2B |
| Octal | 234 | 37 | 275 | 21 | 124 | 0 | 32 | 437 | 110 | 53 |
| Binary | 10011100 | 11111 | 10111101 | 10001 | 1010100 | 0 | 11010 | 100011111 | 1001000 | 101011 |
Color Harmonies of #9C1FBD
Complementary color
Monochromatic Colors of #9C1FBD
Black with #9C1FBD
Text Example
Text Example
White with #9C1FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1FBD; }
p { color: rgb(156,31,189); }
H1.HeaderClassName
{
color: #9C1FBD;
}
.AnyTagClassName
{
color: #9C1FBD;
}
</style>
background-color css
<style>
a { background-color: #9C1FBD; }
a { background-color: rgb(156,31,189); }
div.DivClassName
{
background-color: #9C1FBD;
}
.BgClassName
{
background-color: #9C1FBD;
}
</style>
border-color css
<style>
span { border-color: #9C1FBD; }
span { border-color: rgb(156,31,189); }
td.TdClassName
{
border-color: #9C1FBD;
}
.TagClassName
{
border-color: #9C1FBD;
}
</style>