Shades of Dark Orchid #972BBF
Tints of Dark Orchid #972BBF
RGB
CMYK
RGB Variations
Color information
#972BBF (or 0x972BBF) is known color: Dark Orchid. HEX triplet: 97, 2B and BF. RGB value is (151,43,191). Sum of RGB (Red+Green+Blue) = 151+43+191=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #972BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972BBF is #68D440. Grayscale: #5B5B5B. Windows color (decimal): -6870081 or 12528535. OLE color: 12528535.
HSL color Cylindrical-coordinate representation of color #972BBF: hue angle of 283.78º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #972BBF is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 43 | 191 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.25 |
| HSL | 283.78º | 0.63% | 0.46% | - |
| HSV(B) | 283.78º | 0.77% | 0.75% | - |
| XYZ | 23.03 | 12.07 | 50.41 | - |
| YUV | 92.16 | 183.78 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 43 | 191 | 0.21 | 0.77 | 0 | 0.25 | 283.78 | 0.63 | 0.46 |
| Hex | 97 | 2B | BF | 15 | 4D | 0 | 19 | 11C | 3F | 2E |
| Octal | 227 | 53 | 277 | 25 | 115 | 0 | 31 | 434 | 77 | 56 |
| Binary | 10010111 | 101011 | 10111111 | 10101 | 1001101 | 0 | 11001 | 100011100 | 111111 | 101110 |
Color Harmonies of #972BBF
Complementary color
Monochromatic Colors of #972BBF
Black with #972BBF
Text Example
Text Example
White with #972BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972BBF; }
p { color: rgb(151,43,191); }
H1.HeaderClassName
{
color: #972BBF;
}
.AnyTagClassName
{
color: #972BBF;
}
</style>
background-color css
<style>
a { background-color: #972BBF; }
a { background-color: rgb(151,43,191); }
div.DivClassName
{
background-color: #972BBF;
}
.BgClassName
{
background-color: #972BBF;
}
</style>
border-color css
<style>
span { border-color: #972BBF; }
span { border-color: rgb(151,43,191); }
td.TdClassName
{
border-color: #972BBF;
}
.TagClassName
{
border-color: #972BBF;
}
</style>