Shades of Dark Orchid #971BBA
Tints of Dark Orchid #971BBA
RGB
CMYK
RGB Variations
Color information
#971BBA (or 0x971BBA) is known color: Dark Orchid. HEX triplet: 97, 1B and BA. RGB value is (151,27,186). Sum of RGB (Red+Green+Blue) = 151+27+186=364 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.48% from 364); Green value is 27 (10.94% from 255 or 7.42% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #971BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971BBA is #68E445. Grayscale: #515151. Windows color (decimal): -6874182 or 12196759. OLE color: 12196759.
HSL color Cylindrical-coordinate representation of color #971BBA: hue angle of 286.79º degrees, saturation: 0.75, 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 #971BBA is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 27 | 186 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.27 |
| HSL | 286.79º | 0.75% | 0.42% | - |
| HSV(B) | 286.79º | 0.85% | 0.73% | - |
| XYZ | 22.02 | 10.91 | 47.4 | - |
| YUV | 82.2 | 186.58 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 27 | 186 | 0.19 | 0.85 | 0 | 0.27 | 286.79 | 0.75 | 0.42 |
| Hex | 97 | 1B | BA | 13 | 55 | 0 | 1B | 11F | 4B | 2A |
| Octal | 227 | 33 | 272 | 23 | 125 | 0 | 33 | 437 | 113 | 52 |
| Binary | 10010111 | 11011 | 10111010 | 10011 | 1010101 | 0 | 11011 | 100011111 | 1001011 | 101010 |
Color Harmonies of #971BBA
Complementary color
Monochromatic Colors of #971BBA
Black with #971BBA
Text Example
Text Example
White with #971BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971BBA; }
p { color: rgb(151,27,186); }
H1.HeaderClassName
{
color: #971BBA;
}
.AnyTagClassName
{
color: #971BBA;
}
</style>
background-color css
<style>
a { background-color: #971BBA; }
a { background-color: rgb(151,27,186); }
div.DivClassName
{
background-color: #971BBA;
}
.BgClassName
{
background-color: #971BBA;
}
</style>
border-color css
<style>
span { border-color: #971BBA; }
span { border-color: rgb(151,27,186); }
td.TdClassName
{
border-color: #971BBA;
}
.TagClassName
{
border-color: #971BBA;
}
</style>