Shades of Dark Orchid #971FCF
Tints of Dark Orchid #971FCF
RGB
CMYK
RGB Variations
Color information
#971FCF (or 0x971FCF) is known color: Dark Orchid. HEX triplet: 97, 1F and CF. RGB value is (151,31,207). Sum of RGB (Red+Green+Blue) = 151+31+207=389 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.82% from 389); Green value is 31 (12.5% from 255 or 7.97% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #971FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971FCF is #68E030. Grayscale: #565656. Windows color (decimal): -6873137 or 13574039. OLE color: 13574039.
HSL color Cylindrical-coordinate representation of color #971FCF: hue angle of 280.91º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971FCF is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 31 | 207 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.19 |
| HSL | 280.91º | 0.74% | 0.47% | - |
| HSV(B) | 280.91º | 0.85% | 0.81% | - |
| XYZ | 24.51 | 12.06 | 60.07 | - |
| YUV | 86.94 | 195.76 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 31 | 207 | 0.27 | 0.85 | 0 | 0.19 | 280.91 | 0.74 | 0.47 |
| Hex | 97 | 1F | CF | 1B | 55 | 0 | 13 | 119 | 4A | 2F |
| Octal | 227 | 37 | 317 | 33 | 125 | 0 | 23 | 431 | 112 | 57 |
| Binary | 10010111 | 11111 | 11001111 | 11011 | 1010101 | 0 | 10011 | 100011001 | 1001010 | 101111 |
Color Harmonies of #971FCF
Complementary color
Monochromatic Colors of #971FCF
Black with #971FCF
Text Example
Text Example
White with #971FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971FCF; }
p { color: rgb(151,31,207); }
H1.HeaderClassName
{
color: #971FCF;
}
.AnyTagClassName
{
color: #971FCF;
}
</style>
background-color css
<style>
a { background-color: #971FCF; }
a { background-color: rgb(151,31,207); }
div.DivClassName
{
background-color: #971FCF;
}
.BgClassName
{
background-color: #971FCF;
}
</style>
border-color css
<style>
span { border-color: #971FCF; }
span { border-color: rgb(151,31,207); }
td.TdClassName
{
border-color: #971FCF;
}
.TagClassName
{
border-color: #971FCF;
}
</style>