Shades of Dark Orchid #971CB3
Tints of Dark Orchid #971CB3
RGB
CMYK
RGB Variations
Color information
#971CB3 (or 0x971CB3) is known color: Dark Orchid. HEX triplet: 97, 1C and B3. RGB value is (151,28,179). Sum of RGB (Red+Green+Blue) = 151+28+179=358 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.18% from 358); Green value is 28 (11.33% from 255 or 7.82% from 358); Blue value is 179 (70.31% from 255 or 50% from 358); Max value from RGB is 179 - color contains mainly: blue. Hex color #971CB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971CB3 is #68E34C. Grayscale: #515151. Windows color (decimal): -6873933 or 11738263. OLE color: 11738263.
HSL color Cylindrical-coordinate representation of color #971CB3: hue angle of 288.87º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #971CB3 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 151 | 28 | 179 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.30 |
| HSL | 288.87º | 0.73% | 0.41% | - |
| HSV(B) | 288.87º | 0.84% | 0.7% | - |
| XYZ | 21.31 | 10.66 | 43.58 | - |
| YUV | 81.99 | 182.75 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 28 | 179 | 0.16 | 0.84 | 0 | 0.30 | 288.87 | 0.73 | 0.41 |
| Hex | 97 | 1C | B3 | 10 | 54 | 0 | 1E | 121 | 49 | 29 |
| Octal | 227 | 34 | 263 | 20 | 124 | 0 | 36 | 441 | 111 | 51 |
| Binary | 10010111 | 11100 | 10110011 | 10000 | 1010100 | 0 | 11110 | 100100001 | 1001001 | 101001 |
Color Harmonies of #971CB3
Complementary color
Monochromatic Colors of #971CB3
Black with #971CB3
Text Example
Text Example
White with #971CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971CB3; }
p { color: rgb(151,28,179); }
H1.HeaderClassName
{
color: #971CB3;
}
.AnyTagClassName
{
color: #971CB3;
}
</style>
background-color css
<style>
a { background-color: #971CB3; }
a { background-color: rgb(151,28,179); }
div.DivClassName
{
background-color: #971CB3;
}
.BgClassName
{
background-color: #971CB3;
}
</style>
border-color css
<style>
span { border-color: #971CB3; }
span { border-color: rgb(151,28,179); }
td.TdClassName
{
border-color: #971CB3;
}
.TagClassName
{
border-color: #971CB3;
}
</style>