Shades of Dark Orchid #971BCB
Tints of Dark Orchid #971BCB
RGB
CMYK
RGB Variations
Color information
#971BCB (or 0x971BCB) is known color: Dark Orchid. HEX triplet: 97, 1B and CB. RGB value is (151,27,203). Sum of RGB (Red+Green+Blue) = 151+27+203=381 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.63% from 381); Green value is 27 (10.94% from 255 or 7.09% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #971BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971BCB is #68E434. Grayscale: #535353. Windows color (decimal): -6874165 or 13310871. OLE color: 13310871.
HSL color Cylindrical-coordinate representation of color #971BCB: hue angle of 282.27º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #971BCB is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 27 | 203 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.20 |
| HSL | 282.27º | 0.77% | 0.45% | - |
| HSV(B) | 282.27º | 0.87% | 0.8% | - |
| XYZ | 23.93 | 11.67 | 57.49 | - |
| YUV | 84.14 | 195.08 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 27 | 203 | 0.26 | 0.87 | 0 | 0.20 | 282.27 | 0.77 | 0.45 |
| Hex | 97 | 1B | CB | 1A | 57 | 0 | 14 | 11A | 4D | 2D |
| Octal | 227 | 33 | 313 | 32 | 127 | 0 | 24 | 432 | 115 | 55 |
| Binary | 10010111 | 11011 | 11001011 | 11010 | 1010111 | 0 | 10100 | 100011010 | 1001101 | 101101 |
Color Harmonies of #971BCB
Complementary color
Monochromatic Colors of #971BCB
Black with #971BCB
Text Example
Text Example
White with #971BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971BCB; }
p { color: rgb(151,27,203); }
H1.HeaderClassName
{
color: #971BCB;
}
.AnyTagClassName
{
color: #971BCB;
}
</style>
background-color css
<style>
a { background-color: #971BCB; }
a { background-color: rgb(151,27,203); }
div.DivClassName
{
background-color: #971BCB;
}
.BgClassName
{
background-color: #971BCB;
}
</style>
border-color css
<style>
span { border-color: #971BCB; }
span { border-color: rgb(151,27,203); }
td.TdClassName
{
border-color: #971BCB;
}
.TagClassName
{
border-color: #971BCB;
}
</style>