Shades of Dark Orchid #971AB1
Tints of Dark Orchid #971AB1
RGB
CMYK
RGB Variations
Color information
#971AB1 (or 0x971AB1) is known color: Dark Orchid. HEX triplet: 97, 1A and B1. RGB value is (151,26,177). Sum of RGB (Red+Green+Blue) = 151+26+177=354 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.66% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 177 (69.53% from 255 or 50% from 354); Max value from RGB is 177 - color contains mainly: blue. Hex color #971AB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971AB1 is #68E54E. Grayscale: #505050. Windows color (decimal): -6874447 or 11606679. OLE color: 11606679.
HSL color Cylindrical-coordinate representation of color #971AB1: hue angle of 289.67º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971AB1 is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 151 | 26 | 177 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.31 |
| HSL | 289.67º | 0.74% | 0.4% | - |
| HSV(B) | 289.67º | 0.85% | 0.69% | - |
| XYZ | 21.07 | 10.49 | 42.51 | - |
| YUV | 80.59 | 182.41 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 26 | 177 | 0.15 | 0.85 | 0 | 0.31 | 289.67 | 0.74 | 0.4 |
| Hex | 97 | 1A | B1 | F | 55 | 0 | 1F | 122 | 4A | 28 |
| Octal | 227 | 32 | 261 | 17 | 125 | 0 | 37 | 442 | 112 | 50 |
| Binary | 10010111 | 11010 | 10110001 | 1111 | 1010101 | 0 | 11111 | 100100010 | 1001010 | 101000 |
Color Harmonies of #971AB1
Complementary color
Monochromatic Colors of #971AB1
Black with #971AB1
Text Example
Text Example
White with #971AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971AB1; }
p { color: rgb(151,26,177); }
H1.HeaderClassName
{
color: #971AB1;
}
.AnyTagClassName
{
color: #971AB1;
}
</style>
background-color css
<style>
a { background-color: #971AB1; }
a { background-color: rgb(151,26,177); }
div.DivClassName
{
background-color: #971AB1;
}
.BgClassName
{
background-color: #971AB1;
}
</style>
border-color css
<style>
span { border-color: #971AB1; }
span { border-color: rgb(151,26,177); }
td.TdClassName
{
border-color: #971AB1;
}
.TagClassName
{
border-color: #971AB1;
}
</style>