Shades of Dark Orchid #971AD0
Tints of Dark Orchid #971AD0
RGB
CMYK
RGB Variations
Color information
#971AD0 (or 0x971AD0) is known color: Dark Orchid. HEX triplet: 97, 1A and D0. RGB value is (151,26,208). Sum of RGB (Red+Green+Blue) = 151+26+208=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 26 (10.55% from 255 or 6.75% from 385); Blue value is 208 (81.64% from 255 or 54.03% from 385); Max value from RGB is 208 - color contains mainly: blue. Hex color #971AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971AD0 is #68E52F. Grayscale: #535353. Windows color (decimal): -6874416 or 13638295. OLE color: 13638295.
HSL color Cylindrical-coordinate representation of color #971AD0: hue angle of 281.21º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #971AD0 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 26 | 208 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.18 |
| HSL | 281.21º | 0.78% | 0.46% | - |
| HSV(B) | 281.21º | 0.88% | 0.82% | - |
| XYZ | 24.52 | 11.87 | 60.67 | - |
| YUV | 84.12 | 197.91 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 26 | 208 | 0.27 | 0.88 | 0 | 0.18 | 281.21 | 0.78 | 0.46 |
| Hex | 97 | 1A | D0 | 1B | 58 | 0 | 12 | 119 | 4E | 2E |
| Octal | 227 | 32 | 320 | 33 | 130 | 0 | 22 | 431 | 116 | 56 |
| Binary | 10010111 | 11010 | 11010000 | 11011 | 1011000 | 0 | 10010 | 100011001 | 1001110 | 101110 |
Color Harmonies of #971AD0
Complementary color
Monochromatic Colors of #971AD0
Black with #971AD0
Text Example
Text Example
White with #971AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971AD0; }
p { color: rgb(151,26,208); }
H1.HeaderClassName
{
color: #971AD0;
}
.AnyTagClassName
{
color: #971AD0;
}
</style>
background-color css
<style>
a { background-color: #971AD0; }
a { background-color: rgb(151,26,208); }
div.DivClassName
{
background-color: #971AD0;
}
.BgClassName
{
background-color: #971AD0;
}
</style>
border-color css
<style>
span { border-color: #971AD0; }
span { border-color: rgb(151,26,208); }
td.TdClassName
{
border-color: #971AD0;
}
.TagClassName
{
border-color: #971AD0;
}
</style>