Shades of Dark Orchid #972FAB
Tints of Dark Orchid #972FAB
RGB
CMYK
RGB Variations
Color information
#972FAB (or 0x972FAB) is known color: Dark Orchid. HEX triplet: 97, 2F and AB. RGB value is (151,47,171). Sum of RGB (Red+Green+Blue) = 151+47+171=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 47 (18.75% from 255 or 12.74% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #972FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972FAB is #68D054. Grayscale: #5B5B5B. Windows color (decimal): -6869077 or 11218839. OLE color: 11218839.
HSL color Cylindrical-coordinate representation of color #972FAB: hue angle of 290.32º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #972FAB is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 47 | 171 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.33 |
| HSL | 290.32º | 0.57% | 0.43% | - |
| HSV(B) | 290.32º | 0.73% | 0.67% | - |
| XYZ | 21.13 | 11.55 | 39.64 | - |
| YUV | 92.23 | 172.46 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 47 | 171 | 0.12 | 0.73 | 0 | 0.33 | 290.32 | 0.57 | 0.43 |
| Hex | 97 | 2F | AB | C | 49 | 0 | 21 | 122 | 39 | 2B |
| Octal | 227 | 57 | 253 | 14 | 111 | 0 | 41 | 442 | 71 | 53 |
| Binary | 10010111 | 101111 | 10101011 | 1100 | 1001001 | 0 | 100001 | 100100010 | 111001 | 101011 |
Color Harmonies of #972FAB
Complementary color
Monochromatic Colors of #972FAB
Black with #972FAB
Text Example
Text Example
White with #972FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972FAB; }
p { color: rgb(151,47,171); }
H1.HeaderClassName
{
color: #972FAB;
}
.AnyTagClassName
{
color: #972FAB;
}
</style>
background-color css
<style>
a { background-color: #972FAB; }
a { background-color: rgb(151,47,171); }
div.DivClassName
{
background-color: #972FAB;
}
.BgClassName
{
background-color: #972FAB;
}
</style>
border-color css
<style>
span { border-color: #972FAB; }
span { border-color: rgb(151,47,171); }
td.TdClassName
{
border-color: #972FAB;
}
.TagClassName
{
border-color: #972FAB;
}
</style>