Shades of Dark Orchid #971CCC
Tints of Dark Orchid #971CCC
RGB
CMYK
RGB Variations
Color information
#971CCC (or 0x971CCC) is known color: Dark Orchid. HEX triplet: 97, 1C and CC. RGB value is (151,28,204). Sum of RGB (Red+Green+Blue) = 151+28+204=383 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.43% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #971CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971CCC is #68E333. Grayscale: #545454. Windows color (decimal): -6873908 or 13376663. OLE color: 13376663.
HSL color Cylindrical-coordinate representation of color #971CCC: hue angle of 281.93º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #971CCC is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 28 | 204 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.2 |
| HSL | 281.93º | 0.76% | 0.45% | - |
| HSV(B) | 281.93º | 0.86% | 0.8% | - |
| XYZ | 24.08 | 11.77 | 58.13 | - |
| YUV | 84.84 | 195.25 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 28 | 204 | 0.26 | 0.86 | 0 | 0.2 | 281.93 | 0.76 | 0.45 |
| Hex | 97 | 1C | CC | 1A | 56 | 0 | 14 | 11A | 4C | 2D |
| Octal | 227 | 34 | 314 | 32 | 126 | 0 | 24 | 432 | 114 | 55 |
| Binary | 10010111 | 11100 | 11001100 | 11010 | 1010110 | 0 | 10100 | 100011010 | 1001100 | 101101 |
Color Harmonies of #971CCC
Complementary color
Monochromatic Colors of #971CCC
Black with #971CCC
Text Example
Text Example
White with #971CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971CCC; }
p { color: rgb(151,28,204); }
H1.HeaderClassName
{
color: #971CCC;
}
.AnyTagClassName
{
color: #971CCC;
}
</style>
background-color css
<style>
a { background-color: #971CCC; }
a { background-color: rgb(151,28,204); }
div.DivClassName
{
background-color: #971CCC;
}
.BgClassName
{
background-color: #971CCC;
}
</style>
border-color css
<style>
span { border-color: #971CCC; }
span { border-color: rgb(151,28,204); }
td.TdClassName
{
border-color: #971CCC;
}
.TagClassName
{
border-color: #971CCC;
}
</style>