Shades of Dark Orchid #971BBE
Tints of Dark Orchid #971BBE
RGB
CMYK
RGB Variations
Color information
#971BBE (or 0x971BBE) is known color: Dark Orchid. HEX triplet: 97, 1B and BE. RGB value is (151,27,190). Sum of RGB (Red+Green+Blue) = 151+27+190=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 27 (10.94% from 255 or 7.34% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #971BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971BBE is #68E441. Grayscale: #525252. Windows color (decimal): -6874178 or 12458903. OLE color: 12458903.
HSL color Cylindrical-coordinate representation of color #971BBE: hue angle of 285.64º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #971BBE is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 27 | 190 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.25 |
| HSL | 285.64º | 0.75% | 0.43% | - |
| HSV(B) | 285.64º | 0.86% | 0.75% | - |
| XYZ | 22.45 | 11.08 | 49.67 | - |
| YUV | 82.66 | 188.58 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 27 | 190 | 0.21 | 0.86 | 0 | 0.25 | 285.64 | 0.75 | 0.43 |
| Hex | 97 | 1B | BE | 15 | 56 | 0 | 19 | 11E | 4B | 2B |
| Octal | 227 | 33 | 276 | 25 | 126 | 0 | 31 | 436 | 113 | 53 |
| Binary | 10010111 | 11011 | 10111110 | 10101 | 1010110 | 0 | 11001 | 100011110 | 1001011 | 101011 |
Color Harmonies of #971BBE
Complementary color
Monochromatic Colors of #971BBE
Black with #971BBE
Text Example
Text Example
White with #971BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971BBE; }
p { color: rgb(151,27,190); }
H1.HeaderClassName
{
color: #971BBE;
}
.AnyTagClassName
{
color: #971BBE;
}
</style>
background-color css
<style>
a { background-color: #971BBE; }
a { background-color: rgb(151,27,190); }
div.DivClassName
{
background-color: #971BBE;
}
.BgClassName
{
background-color: #971BBE;
}
</style>
border-color css
<style>
span { border-color: #971BBE; }
span { border-color: rgb(151,27,190); }
td.TdClassName
{
border-color: #971BBE;
}
.TagClassName
{
border-color: #971BBE;
}
</style>