Shades of Dark Orchid #971CBA
Tints of Dark Orchid #971CBA
RGB
CMYK
RGB Variations
Color information
#971CBA (or 0x971CBA) is known color: Dark Orchid. HEX triplet: 97, 1C and BA. RGB value is (151,28,186). Sum of RGB (Red+Green+Blue) = 151+28+186=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #971CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971CBA is #68E345. Grayscale: #525252. Windows color (decimal): -6873926 or 12197015. OLE color: 12197015.
HSL color Cylindrical-coordinate representation of color #971CBA: hue angle of 286.71º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971CBA is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 28 | 186 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.27 |
| HSL | 286.71º | 0.74% | 0.42% | - |
| HSV(B) | 286.71º | 0.85% | 0.73% | - |
| XYZ | 22.04 | 10.95 | 47.41 | - |
| YUV | 82.79 | 186.25 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 28 | 186 | 0.19 | 0.85 | 0 | 0.27 | 286.71 | 0.74 | 0.42 |
| Hex | 97 | 1C | BA | 13 | 55 | 0 | 1B | 11F | 4A | 2A |
| Octal | 227 | 34 | 272 | 23 | 125 | 0 | 33 | 437 | 112 | 52 |
| Binary | 10010111 | 11100 | 10111010 | 10011 | 1010101 | 0 | 11011 | 100011111 | 1001010 | 101010 |
Color Harmonies of #971CBA
Complementary color
Monochromatic Colors of #971CBA
Black with #971CBA
Text Example
Text Example
White with #971CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971CBA; }
p { color: rgb(151,28,186); }
H1.HeaderClassName
{
color: #971CBA;
}
.AnyTagClassName
{
color: #971CBA;
}
</style>
background-color css
<style>
a { background-color: #971CBA; }
a { background-color: rgb(151,28,186); }
div.DivClassName
{
background-color: #971CBA;
}
.BgClassName
{
background-color: #971CBA;
}
</style>
border-color css
<style>
span { border-color: #971CBA; }
span { border-color: rgb(151,28,186); }
td.TdClassName
{
border-color: #971CBA;
}
.TagClassName
{
border-color: #971CBA;
}
</style>