Shades of Dark Orchid #971CCF
Tints of Dark Orchid #971CCF
RGB
CMYK
RGB Variations
Color information
#971CCF (or 0x971CCF) is known color: Dark Orchid. HEX triplet: 97, 1C and CF. RGB value is (151,28,207). Sum of RGB (Red+Green+Blue) = 151+28+207=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 28 (11.33% from 255 or 7.25% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #971CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971CCF is #68E330. Grayscale: #545454. Windows color (decimal): -6873905 or 13573271. OLE color: 13573271.
HSL color Cylindrical-coordinate representation of color #971CCF: hue angle of 281.23º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #971CCF is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 28 | 207 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.19 |
| HSL | 281.23º | 0.76% | 0.46% | - |
| HSV(B) | 281.23º | 0.86% | 0.81% | - |
| XYZ | 24.44 | 11.91 | 60.04 | - |
| YUV | 85.18 | 196.75 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 28 | 207 | 0.27 | 0.86 | 0 | 0.19 | 281.23 | 0.76 | 0.46 |
| Hex | 97 | 1C | CF | 1B | 56 | 0 | 13 | 119 | 4C | 2E |
| Octal | 227 | 34 | 317 | 33 | 126 | 0 | 23 | 431 | 114 | 56 |
| Binary | 10010111 | 11100 | 11001111 | 11011 | 1010110 | 0 | 10011 | 100011001 | 1001100 | 101110 |
Color Harmonies of #971CCF
Complementary color
Monochromatic Colors of #971CCF
Black with #971CCF
Text Example
Text Example
White with #971CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971CCF; }
p { color: rgb(151,28,207); }
H1.HeaderClassName
{
color: #971CCF;
}
.AnyTagClassName
{
color: #971CCF;
}
</style>
background-color css
<style>
a { background-color: #971CCF; }
a { background-color: rgb(151,28,207); }
div.DivClassName
{
background-color: #971CCF;
}
.BgClassName
{
background-color: #971CCF;
}
</style>
border-color css
<style>
span { border-color: #971CCF; }
span { border-color: rgb(151,28,207); }
td.TdClassName
{
border-color: #971CCF;
}
.TagClassName
{
border-color: #971CCF;
}
</style>