Shades of Scampi #655D97
Tints of Scampi #655D97
RGB
CMYK
RGB Variations
Color information
#655D97 (or 0x655D97) is known color: Scampi. HEX triplet: 65, 5D and 97. RGB value is (101,93,151). Sum of RGB (Red+Green+Blue) = 101+93+151=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 151 - color contains mainly: blue. Hex color #655D97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655D97 is #9AA268. Grayscale: #656565. Windows color (decimal): -10134121 or 9919845. OLE color: 9919845.
HSL color Cylindrical-coordinate representation of color #655D97: hue angle of 248.28º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #655D97 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 101 | 93 | 151 | - |
| CMYK | 0.33 | 0.38 | 0 | 0.41 |
| HSL | 248.28º | 0.24% | 0.48% | - |
| HSV(B) | 248.28º | 0.38% | 0.59% | - |
| XYZ | 14.87 | 12.83 | 30.97 | - |
| YUV | 102 | 155.65 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 151 | 0.33 | 0.38 | 0 | 0.41 | 248.28 | 0.24 | 0.48 |
| Hex | 65 | 5D | 97 | 21 | 26 | 0 | 29 | F8 | 18 | 30 |
| Octal | 145 | 135 | 227 | 41 | 46 | 0 | 51 | 370 | 30 | 60 |
| Binary | 1100101 | 1011101 | 10010111 | 100001 | 100110 | 0 | 101001 | 11111000 | 11000 | 110000 |
Color Harmonies of #655D97
Complementary color
Monochromatic Colors of #655D97
Black with #655D97
Text Example
Text Example
White with #655D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655D97; }
p { color: rgb(101,93,151); }
H1.HeaderClassName
{
color: #655D97;
}
.AnyTagClassName
{
color: #655D97;
}
</style>
background-color css
<style>
a { background-color: #655D97; }
a { background-color: rgb(101,93,151); }
div.DivClassName
{
background-color: #655D97;
}
.BgClassName
{
background-color: #655D97;
}
</style>
border-color css
<style>
span { border-color: #655D97; }
span { border-color: rgb(101,93,151); }
td.TdClassName
{
border-color: #655D97;
}
.TagClassName
{
border-color: #655D97;
}
</style>