Shades of Dark Orchid #971ECE
Tints of Dark Orchid #971ECE
RGB
CMYK
RGB Variations
Color information
#971ECE (or 0x971ECE) is known color: Dark Orchid. HEX triplet: 97, 1E and CE. RGB value is (151,30,206). Sum of RGB (Red+Green+Blue) = 151+30+206=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 30 (12.11% from 255 or 7.75% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #971ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971ECE is #68E131. Grayscale: #555555. Windows color (decimal): -6873394 or 13508247. OLE color: 13508247.
HSL color Cylindrical-coordinate representation of color #971ECE: hue angle of 281.25º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971ECE is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 30 | 206 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.19 |
| HSL | 281.25º | 0.75% | 0.46% | - |
| HSV(B) | 281.25º | 0.85% | 0.81% | - |
| XYZ | 24.37 | 11.96 | 59.42 | - |
| YUV | 86.24 | 195.59 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 30 | 206 | 0.27 | 0.85 | 0 | 0.19 | 281.25 | 0.75 | 0.46 |
| Hex | 97 | 1E | CE | 1B | 55 | 0 | 13 | 119 | 4B | 2E |
| Octal | 227 | 36 | 316 | 33 | 125 | 0 | 23 | 431 | 113 | 56 |
| Binary | 10010111 | 11110 | 11001110 | 11011 | 1010101 | 0 | 10011 | 100011001 | 1001011 | 101110 |
Color Harmonies of #971ECE
Complementary color
Monochromatic Colors of #971ECE
Black with #971ECE
Text Example
Text Example
White with #971ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971ECE; }
p { color: rgb(151,30,206); }
H1.HeaderClassName
{
color: #971ECE;
}
.AnyTagClassName
{
color: #971ECE;
}
</style>
background-color css
<style>
a { background-color: #971ECE; }
a { background-color: rgb(151,30,206); }
div.DivClassName
{
background-color: #971ECE;
}
.BgClassName
{
background-color: #971ECE;
}
</style>
border-color css
<style>
span { border-color: #971ECE; }
span { border-color: rgb(151,30,206); }
td.TdClassName
{
border-color: #971ECE;
}
.TagClassName
{
border-color: #971ECE;
}
</style>