Shades of Dark Orchid #971BCD
Tints of Dark Orchid #971BCD
RGB
CMYK
RGB Variations
Color information
#971BCD (or 0x971BCD) is known color: Dark Orchid. HEX triplet: 97, 1B and CD. RGB value is (151,27,205). Sum of RGB (Red+Green+Blue) = 151+27+205=383 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.43% from 383); Green value is 27 (10.94% from 255 or 7.05% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #971BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971BCD is #68E432. Grayscale: #535353. Windows color (decimal): -6874163 or 13441943. OLE color: 13441943.
HSL color Cylindrical-coordinate representation of color #971BCD: hue angle of 281.8º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #971BCD is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 27 | 205 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.20 |
| HSL | 281.8º | 0.77% | 0.45% | - |
| HSV(B) | 281.8º | 0.87% | 0.8% | - |
| XYZ | 24.17 | 11.77 | 58.76 | - |
| YUV | 84.37 | 196.08 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 27 | 205 | 0.26 | 0.87 | 0 | 0.20 | 281.8 | 0.77 | 0.45 |
| Hex | 97 | 1B | CD | 1A | 57 | 0 | 14 | 11A | 4D | 2D |
| Octal | 227 | 33 | 315 | 32 | 127 | 0 | 24 | 432 | 115 | 55 |
| Binary | 10010111 | 11011 | 11001101 | 11010 | 1010111 | 0 | 10100 | 100011010 | 1001101 | 101101 |
Color Harmonies of #971BCD
Complementary color
Monochromatic Colors of #971BCD
Black with #971BCD
Text Example
Text Example
White with #971BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971BCD; }
p { color: rgb(151,27,205); }
H1.HeaderClassName
{
color: #971BCD;
}
.AnyTagClassName
{
color: #971BCD;
}
</style>
background-color css
<style>
a { background-color: #971BCD; }
a { background-color: rgb(151,27,205); }
div.DivClassName
{
background-color: #971BCD;
}
.BgClassName
{
background-color: #971BCD;
}
</style>
border-color css
<style>
span { border-color: #971BCD; }
span { border-color: rgb(151,27,205); }
td.TdClassName
{
border-color: #971BCD;
}
.TagClassName
{
border-color: #971BCD;
}
</style>