Shades of Dark Orchid #971FD0
Tints of Dark Orchid #971FD0
RGB
CMYK
RGB Variations
Color information
#971FD0 (or 0x971FD0) is known color: Dark Orchid. HEX triplet: 97, 1F and D0. RGB value is (151,31,208). Sum of RGB (Red+Green+Blue) = 151+31+208=390 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.72% from 390); Green value is 31 (12.5% from 255 or 7.95% from 390); Blue value is 208 (81.64% from 255 or 53.33% from 390); Max value from RGB is 208 - color contains mainly: blue. Hex color #971FD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971FD0 is #68E02F. Grayscale: #565656. Windows color (decimal): -6873136 or 13639575. OLE color: 13639575.
HSL color Cylindrical-coordinate representation of color #971FD0: hue angle of 280.68º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971FD0 is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 31 | 208 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.18 |
| HSL | 280.68º | 0.74% | 0.47% | - |
| HSV(B) | 280.68º | 0.85% | 0.82% | - |
| XYZ | 24.64 | 12.11 | 60.71 | - |
| YUV | 87.06 | 196.26 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 31 | 208 | 0.27 | 0.85 | 0 | 0.18 | 280.68 | 0.74 | 0.47 |
| Hex | 97 | 1F | D0 | 1B | 55 | 0 | 12 | 119 | 4A | 2F |
| Octal | 227 | 37 | 320 | 33 | 125 | 0 | 22 | 431 | 112 | 57 |
| Binary | 10010111 | 11111 | 11010000 | 11011 | 1010101 | 0 | 10010 | 100011001 | 1001010 | 101111 |
Color Harmonies of #971FD0
Complementary color
Monochromatic Colors of #971FD0
Black with #971FD0
Text Example
Text Example
White with #971FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971FD0; }
p { color: rgb(151,31,208); }
H1.HeaderClassName
{
color: #971FD0;
}
.AnyTagClassName
{
color: #971FD0;
}
</style>
background-color css
<style>
a { background-color: #971FD0; }
a { background-color: rgb(151,31,208); }
div.DivClassName
{
background-color: #971FD0;
}
.BgClassName
{
background-color: #971FD0;
}
</style>
border-color css
<style>
span { border-color: #971FD0; }
span { border-color: rgb(151,31,208); }
td.TdClassName
{
border-color: #971FD0;
}
.TagClassName
{
border-color: #971FD0;
}
</style>