Shades of Dark Orchid #972EBA
Tints of Dark Orchid #972EBA
RGB
CMYK
RGB Variations
Color information
#972EBA (or 0x972EBA) is known color: Dark Orchid. HEX triplet: 97, 2E and BA. RGB value is (151,46,186). Sum of RGB (Red+Green+Blue) = 151+46+186=383 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.43% from 383); Green value is 46 (18.36% from 255 or 12.01% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #972EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972EBA is #68D145. Grayscale: #5C5C5C. Windows color (decimal): -6869318 or 12201623. OLE color: 12201623.
HSL color Cylindrical-coordinate representation of color #972EBA: hue angle of 285º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #972EBA is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 46 | 186 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.27 |
| HSL | 285º | 0.6% | 0.45% | - |
| HSV(B) | 285º | 0.75% | 0.73% | - |
| XYZ | 22.6 | 12.08 | 47.59 | - |
| YUV | 93.36 | 180.29 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 46 | 186 | 0.19 | 0.75 | 0 | 0.27 | 285 | 0.6 | 0.45 |
| Hex | 97 | 2E | BA | 13 | 4B | 0 | 1B | 11D | 3C | 2D |
| Octal | 227 | 56 | 272 | 23 | 113 | 0 | 33 | 435 | 74 | 55 |
| Binary | 10010111 | 101110 | 10111010 | 10011 | 1001011 | 0 | 11011 | 100011101 | 111100 | 101101 |
Color Harmonies of #972EBA
Complementary color
Monochromatic Colors of #972EBA
Black with #972EBA
Text Example
Text Example
White with #972EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972EBA; }
p { color: rgb(151,46,186); }
H1.HeaderClassName
{
color: #972EBA;
}
.AnyTagClassName
{
color: #972EBA;
}
</style>
background-color css
<style>
a { background-color: #972EBA; }
a { background-color: rgb(151,46,186); }
div.DivClassName
{
background-color: #972EBA;
}
.BgClassName
{
background-color: #972EBA;
}
</style>
border-color css
<style>
span { border-color: #972EBA; }
span { border-color: rgb(151,46,186); }
td.TdClassName
{
border-color: #972EBA;
}
.TagClassName
{
border-color: #972EBA;
}
</style>